..


Sponsored Links

GetFolder

The method returns an object of the FileSystemObject object GetFolder folders starting from a specific path. GetFolder allowed only parameter of the method is the path to the folder. Here's an example:






 Dim fs, f or







 'I create a FileSystemObject instance dell'offetto







 Set fs = Server.CreateObject ("Scripting.FileSystemObject")









 'I create an instance of the object files







 Sept. for = fs.GetFolder ("c: \ www \ mysite \")









 'Mold the video the last modified date of the folder







 Response.Write (fo.DateLastModified)









 'I cleaned







 Sept. for = Nothing







 Set fs = Nothing



The output will be something like:
 



 02/12/09 10:21:30 AM

 

In the same category ...
E-Learning
ASP (Advanced) ASP (Advanced)
Full course for creating dynamic Web sites. From 39 €.
ASP Zero (Ebook) ASP Zero (Ebook)
Learning Microsoft ASP and VBScript from scratch. At only 29 €.
ASP and Access (Ebook) ASP and Access (Ebook)
Managing a MS Access database with ASP. At only 29 €.
Sponsored Links