Methods
Add | Adds a new folder to a Folders collection or adds a key and item pair to a Dictionary object. |
BuildPath | Appends a name to an existing path |
Close | Closes an open TextStream file. |
Copy | Copies a specified file or folder from one location to another. |
CopyFile | Copies one of more files from one location to another |
CopyFolder | Recursively copies a folder from one location to another |
CreateFolder | Creates a Folder |
CreateTextFile | Creates a specified file name and returns a TextStream object that can be used to read from or write to the file |
Delete | Deletes a specified file or folder. |
DeleteFile | Deletes a specified file |
DeleteFolder | Deletes a specified folder and its contents |
DriveExists | Returns True if the specified drive exists |
Exists | Returns true if a specified key exists in the Dictionary object, false if it does not. |
FileExist | Returns True if a specified file exists |
FolderExists | Returns True if a specified folder exists |
GetAbsolutePathName | Returns a complete and unambiguous path from a provided path specification |
GetBaseName | Returns a string containing the base of the last component, less any file extension in a path |
GetDrive | Returns a Drive object corresponding to the drive in a specified path |
GetDriveName | Returns a string containing the name of the drive for a specified path |
GetExtensionName | Returns a string containing the extension name of the last component in a path |
GetFile | Returns a File object corresponding to the file in a specified path |
GetFileName | Returns the last component of a specified path that is not part of the drive specification |
GetFileVersion | Returns the version number of a specified file. |
GetFolder | Returns a Folder object corresponding to the folder in a specified path |
GetParentFolder | Returns a string containing the name of the parent folder of the last component in a specified path |
GetSpecialFolder | Returns the special folder specified |
GetStandardStream | Returns a TextStream object corresponding to the standard input, output, or error stream. |
GetTempName | Returns a randomly generated temporary file or folder name that is useful for performing operations that require a temporary file or folder |
Items | Returns an array containing all the items in a Dictionary object. |
Keys | Returns an array containing all existing keys in a Dictionary object. |
Move | Moves a specified file or folder from one location to another. |
MoveFile | Moves one or more files from one location to another |
MoveFolder | Moves one or more folders from one location to another |
OpenAsTextStream | Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file. |
OpenTextFile | Opens a specified file and returns a textStream object that can be used to read from or append to the file |
Read | Reads a specified number of characters from a TextStream file and returns the resulting string. |
ReadAll | Reads an entire TextStream file and returns the resulting string. |
ReadLine | Reads an entire line (up to, but not including, the newline character) from a TextStream file and returns the resulting string. |
Remove | Removes a key, item pair from a Dictionary object. |
RemoveAll | Removes all key, item pairs from a Dictionary object. |
Skip | Skips a specified number of characters when reading a TextStream file. |
SkipLine | Skips the next line when reading a TextStream file. |
Write | Writes a specified string to a TextStream file. |
WriteBlankLines | Writes a specified number of newline characters to a TextStream file. |
WriteLine | Writes a specified string and newline character to a TextStream file. |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext