Microsoft Scripting Runtime
FileSystemObject Object Members
Overview 
Public Methods
Public Method BuildPathGenerate a path from an existing path and a name
Public Method CopyFileCopy a file
Public Method CopyFolderCopy a folder
Public Method CreateFolderCreate a folder
Public Method CreateTextFileCreate a file as a TextStream
Public Method DeleteFileDelete a file
Public Method DeleteFolderDelete a folder
Public Method DriveExistsCheck if a drive or a share exists
Public Method FileExistsCheck if a file exists
Public Method FolderExistsCheck if a path exists
Public Method GetAbsolutePathNameReturn the canonical representation of the path
Public Method GetBaseNameReturn base name from a path
Public Method GetDriveGet drive or UNC share
Public Method GetDriveNameReturn drive from a path
Public Method GetExtensionNameReturn extension from path
Public Method GetFileGet file
Public Method GetFileNameReturn the file name from a path
Public Method GetFileVersionRetrieve the file version of the specified file into a string
Public Method GetFolderGet folder
Public Method GetParentFolderNameReturn path to the parent folder
Public Method GetSpecialFolderGet location of various system folders
Public Method GetStandardStreamRetrieve the standard input, output or error stream
Public Method GetTempNameGenerate name that can be used to name a temporary file
Public Method MoveFileMove a file
Public Method MoveFolderMove a folder
Public Method OpenTextFileOpen a file as a TextStream
Public Properties
Public Property DrivesGet drives collection
See Also

FileSystemObject Object

Send feedback