In The Hand LtdIn The Hand
FileSystemProxy Class
NamespacesInTheHand.VisualBasic.MyServicesFileSystemProxy
.NET Components for Mobility

[Missing <summary> documentation for "T:InTheHand.VisualBasic.MyServices.FileSystemProxy"]

Declaration Syntax
C#Visual Basic
public class FileSystemProxy
Public Class FileSystemProxy
Members
All MembersMethodsProperties



IconMemberDescription
CombinePath(String, String)

CopyDirectory(String, String)

CopyDirectory(String, String, UIOption)

CopyDirectory(String, String, Boolean)

CopyDirectory(String, String, UIOption, UICancelOption)

CopyFile(String, String)

CopyFile(String, String, UIOption)

CopyFile(String, String, Boolean)

CopyFile(String, String, UIOption, UICancelOption)

CreateDirectory(String)

DeleteDirectory(String, DeleteDirectoryOption)

DeleteDirectory(String, UIOption, RecycleOption)

DeleteDirectory(String, UIOption, RecycleOption, UICancelOption)

DeleteFile(String)

DeleteFile(String, UIOption, RecycleOption)

DeleteFile(String, UIOption, RecycleOption, UICancelOption)

DirectoryExists(String)

Drives
Returns a read-only collection of all available drive names.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
FileExists(String)

Finalize()()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetDirectories(String)
Returns a collection of strings representing the path names of subdirectories within a directory.

GetDirectories(String, SearchOption, array<String>[]()[][])
Returns a collection of strings representing the path names of subdirectories within a directory.

GetDirectoryInfo(String)
Returns a DirectoryInfo object for the specified path.

GetDriveInfo(String)

GetFileInfo(String)

GetFiles(String)

GetFiles(String, SearchOption, array<String>[]()[][])

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetName(String)

GetParentPath(String)

GetTempFileName()()()()

GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MoveDirectory(String, String)

MoveDirectory(String, String, UIOption)

MoveDirectory(String, String, Boolean)

MoveDirectory(String, String, UIOption, UICancelOption)

MoveFile(String, String)

MoveFile(String, String, UIOption)

MoveFile(String, String, Boolean)

MoveFile(String, String, UIOption, UICancelOption)

OpenTextFieldParser(String)
The OpenTextFieldParser method allows you to create a TextFieldParser Object, which provides a way to easily and efficiently parse structured text files, such as logs. The TextFieldParser object can be used to read both delimited and fixed-width files.

OpenTextFieldParser(String, array<Int32>[]()[][])
The OpenTextFieldParser method allows you to create a TextFieldParser Object, which provides a way to easily and efficiently parse structured text files, such as logs. The TextFieldParser object can be used to read both delimited and fixed-width files.

OpenTextFieldParser(String, array<String>[]()[][])
The OpenTextFieldParser method allows you to create a TextFieldParser Object, which provides a way to easily and efficiently parse structured text files, such as logs. The TextFieldParser object can be used to read both delimited and fixed-width files.

OpenTextFileReader(String)
Opens a StreamReader.

OpenTextFileReader(String, Encoding)
Opens a StreamReader.

OpenTextFileWriter(String, Boolean)
Opens a StreamWriter.

OpenTextFileWriter(String, Boolean, Encoding)
Opens a StreamWriter.

ReadAllBytes(String)
Returns the contents of a file as a byte array.

ReadAllText(String)
Reads from a text file.

ReadAllText(String, Encoding)
Reads from a text file.

RenameDirectory(String, String)
Renames a directory.

RenameFile(String, String)
Renames a file.

SpecialDirectories
Gets an object that provides properties for accessing commonly referenced directories.

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WriteAllBytes(String, array<Byte>[]()[][], Boolean)
Writes data to a binary file.

WriteAllText(String, String, Boolean)
Writes text to a file.

WriteAllText(String, String, Boolean, Encoding)
Writes text to a file.

Inheritance Hierarchy
Object
FileSystemProxy

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0