Folder, objet

Donne accès aux propriétés d'un dossier.

Notes

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

Propriétés

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é

Méthodes

Copy, méthode | Delete, méthode | Move, méthode | CreateTextFile, méthode

Voir aussi

Drive, objet | Drives, collection | File, objet | Files, collection | Folders, collection