paulig2001
Registered User.
- Local time
- Today, 09:01
- Joined
- Apr 12, 2005
- Messages
- 13
VB useses the FileExists funcion as follows:
object.FileExists(filespec)
Which returns true or faulse and where filespec is the file name and object is the name of a FileSystemObject.
What I need to know is what exactly a FileSystemObject is and if anyone could possibly give an example piece of code working?
object.FileExists(filespec)
Which returns true or faulse and where filespec is the file name and object is the name of a FileSystemObject.
What I need to know is what exactly a FileSystemObject is and if anyone could possibly give an example piece of code working?