Asp Ref Filesystem
# ASP FileSystemObject Object
* * *
The FileSystemObject object is used to access the file system on the server.
* * *
![Image 2: Examples](
## Try It Out - Example
[Does the Specified File Exist?](
This example demonstrates how to check whether a specific file exists.
[Does the Specified Folder Exist?](
This example demonstrates how to check whether a specific folder exists.
[Does the Specified Drive Exist?](
This example demonstrates how to check whether a specific drive exists.
(
This example demonstrates how to retrieve the name of a specific drive.
YouTip