Donne accès aux propriétés d'un dossier.
Le code suivant illustre l'obtention d'un objet Folder et comment renvoyer une de ses propriétés :
Function ShowDateCreated(folderspec)
Dim fso, f
Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFolder(folderspec)
ShowDateCreated = f.DateCreated
End Function
Attributes, propriété | DateCreated, propriété | DateLastAccessed, propriété | DateLastModified, propriété | Drive, propriété | Files, propriété | IsRootFolder, propriété | Name, propriété | ParentFolder, propriété | Path, propriété | ShortName, propriété | ShortPath, propriété | Size, propriété | SubFolders, propriété | Type, propriété
Copy, méthode | Delete, méthode | Move, méthode | CreateTextFile, méthode
Drive, objet | Drives, collection | File, objet | Files, collection | Folders, collection