Hi All,
I want to search a file in some specified directory. The result i am
expecting is whether the file exists in that particular directory or not.
Example:
if i give search "c:\x.bin", the result should say whether file exists or not.
I want to use this in an application. If the file does not exists then i
need to create a file with some private data in it.
Is there any function in File systems to achieve this? Like we have
function to create a file and delete a file. Likewise do we have any
functions to search a file?
Thanks
Archived from group: microsoft>public>vb>syntax