you can use this:
public function bFukeExists(sFile as string) as boolean
if len(dir$(sFile)) = 0 then
bFileExists = false
else
bFileExists = true
end if
end function
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |