I
iccsi
I would like to find the file exists or not and try the following it
seems that it return true when directory exists. Is it possible to
check at file level.
If Len(Dir("C:\MyPath\Myfile.txt")) > 0 then
' do something
end if
It looks like return great than zero when the directory exists.
Any way to check the file level.
Your help is great appreciated,
seems that it return true when directory exists. Is it possible to
check at file level.
If Len(Dir("C:\MyPath\Myfile.txt")) > 0 then
' do something
end if
It looks like return great than zero when the directory exists.
Any way to check the file level.
Your help is great appreciated,