Methods

AddAdds a new folder to a Folders collection or adds a key and item pair to a Dictionary object.
BuildPathAppends a name to an existing path
CloseCloses an open TextStream file.
CopyCopies a specified file or folder from one location to another.
CopyFileCopies one of more files from one location to another
CopyFolderRecursively copies a folder from one location to another
CreateFolderCreates a Folder
CreateTextFileCreates a specified file name and returns a TextStream object that can be used to read from or write to the file
DeleteDeletes a specified file or folder.
DeleteFileDeletes a specified file
DeleteFolderDeletes a specified folder and its contents
DriveExistsReturns True if the specified drive exists
ExistsReturns true if a specified key exists in the Dictionary object, false if it does not.
FileExistReturns True if a specified file exists
FolderExistsReturns True if a specified folder exists
GetAbsolutePathNameReturns a complete and unambiguous path from a provided path specification
GetBaseNameReturns a string containing the base of the last component, less any file extension in a path
GetDriveReturns a Drive object corresponding to the drive in a specified path
GetDriveNameReturns a string containing the name of the drive for a specified path
GetExtensionNameReturns a string containing the extension name of the last component in a path
GetFileReturns a File object corresponding to the file in a specified path
GetFileNameReturns the last component of a specified path that is not part of the drive specification
GetFileVersionReturns the version number of a specified file.
GetFolderReturns a Folder object corresponding to the folder in a specified path
GetParentFolderReturns a string containing the name of the parent folder of the last component in a specified path
GetSpecialFolderReturns the special folder specified
GetStandardStreamReturns a TextStream object corresponding to the standard input, output, or error stream.
GetTempNameReturns a randomly generated temporary file or folder name that is useful for performing operations that require a temporary file or folder
ItemsReturns an array containing all the items in a Dictionary object.
KeysReturns an array containing all existing keys in a Dictionary object.
MoveMoves a specified file or folder from one location to another.
MoveFileMoves one or more files from one location to another
MoveFolderMoves one or more folders from one location to another
OpenAsTextStreamOpens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file.
OpenTextFileOpens a specified file and returns a textStream object that can be used to read from or append to the file
ReadReads a specified number of characters from a TextStream file and returns the resulting string.
ReadAllReads an entire TextStream file and returns the resulting string.
ReadLineReads an entire line (up to, but not including, the newline character) from a TextStream file and returns the resulting string.
RemoveRemoves a key, item pair from a Dictionary object.
RemoveAllRemoves all key, item pairs from a Dictionary object.
SkipSkips a specified number of characters when reading a TextStream file.
SkipLineSkips the next line when reading a TextStream file.
WriteWrites a specified string to a TextStream file.
WriteBlankLinesWrites a specified number of newline characters to a TextStream file.
WriteLineWrites a specified string and newline character to a TextStream file.

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext