Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar Namespace / FileSystemTools Class


In This Topic
FileSystemTools Class Methods
In This Topic

For a list of all members of this type, see FileSystemTools members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Copy a file to a target location, replacing an existing file if the source is newer.  
Public Methodstatic (Shared in Visual Basic)Ensure that the path to the provided fully qualified file name exists, creating it if necessary.  
Public Methodstatic (Shared in Visual Basic)Find out the size of the file specified  
Public Methodstatic (Shared in Visual Basic)Get a unique temp file name  
Public Methodstatic (Shared in Visual Basic)Overloaded. Open a temporary file for read and write and return the open FileStream.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Copy the content of a Stream into a temporary file opened for read and write and return the open FileStream.  
Public Methodstatic (Shared in Visual Basic)Ensures that the provided full file name and path is unique, and makes it unique if necessary.  
Public Methodstatic (Shared in Visual Basic)Checks the attributes on the file and clears read-only attributes.  
Public Methodstatic (Shared in Visual Basic)Sanitize the provided directory name by substituting a specified character for illegal values.  
Public Methodstatic (Shared in Visual Basic)Sanitize the provided file name (without path) by substituting the specified character for illegal values.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Copy the entire contents of one stream into another, preserving the source Position.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Pump the remaining contents of one stream at its current Position into another stream at its current Position.  
Top
See Also