Asp Filesystem Object
Before you can access specific information on the file system, you must first create the FileSystemObject. In the following example, we will create and destroy a FileSystemObject. The FileSystemObject object’s, like other ASP objects, has its own properties and methods Properties Methods Common Methods BuildPath BuildPath allows you to build a path string from a root path and a folder to navigate to. Neither of the two parameters are required to represent actual files on the file system in order to build the path string....