ASP GetFolder Method
Complete FileSystemObject Object Reference
The GetFolder method returns a Folder object for the specified path.
Syntax
|
FileSystemObject.GetFolder(path)
|
| Parameter |
Description |
| path |
Required. The path to a specific folder |
Syntax
<%
dim fs,f
set fs=Server.CreateObject("Scripting.FileSystemObject")
set f=fs.GetFolder("c:\test\")
Response.Write("The folder was last modified on: ")
Response.Write(f.DateLastModified)
set f=nothing
set fs=nothing
%>
Output:
The folder was last modified on 01/01/20 4:23:56 AM
|
Complete FileSystemObject Object Reference
Click here to design a Stunning Flash Website for Free
Wix is a revolutionary web design tool that provides anyone with the possibility to create professional and beautiful websites for free.
With e-commerce features, search engine visibility and many more professional tools, Wix is the ultimate solution for creating a spectacular site while saving tons of money.
|