M
Mike P
I wish to validate that a file exists before I start the import. This is to
be done programaticlly since I am importing many files. Is there a simple
IsFile() function that I can write or use? I can't seem to locate one.
My code is something like this:
' * * *
Do while ctr <= numberOfFiles
strImportFile = strFilePath & strFileName
' i need the logic for the function below
If fileExissts( strImportFile ) Then
processFile
Endif
' move onto next file to process
Loop
Thanks,
Mike P.
be done programaticlly since I am importing many files. Is there a simple
IsFile() function that I can write or use? I can't seem to locate one.
My code is something like this:
' * * *
Do while ctr <= numberOfFiles
strImportFile = strFilePath & strFileName
' i need the logic for the function below
If fileExissts( strImportFile ) Then
processFile
Endif
' move onto next file to process
Loop
Thanks,
Mike P.