Rebex.IO Namespace
Classes
DeleteProgressChangedEventArgs
Provides data for the DeleteProgressChanged event.
FileSet
Set of inclusion and exclusion patterns. It doesn't depend on the order how the inclusion and exclusion patterns are added into the FileSet.
FileSystemItem
Represents a file or directory item.
FileSystemItemCollection
Provides a container for a collection of FileSystemItem objects.
FileSystemItemComparer
Class used to compare FileSystemItem objects.
LocalItem
Represents a file or directory on the local file system.
LocalItemCollection
Provides a container for a collection of LocalItem objects.
ProblemDetectedEventArgs
Provides data for the ProblemDetected event.
TransferProgressChangedEventArgs
Provides data for the TransferProgressChanged event.
TraversingEventArgs
Provides data for the Traversing event.
VDirectory
This class contains static methods that work with virtual file system directories. This class provides methods that are functionally similar to the standard .NET Directory methods.
VDirectoryInfo
Class represents a directory in the virtual file system. This class provides properties and methods that are functionally similar to the standard .NET DirectoryInfo properties and methods.
VDriveInfo
Provides access to a virtual FileSystemProvider and offers interface similar to the standard .NET DriveInfo interface.
VFile
This class contains static methods that work with virtual file system files. This class provides methods that are functionally similar to the standard .NET File methods.
VFileInfo
Class represents a file in the virtual file system. This class provides properties and methods that are functionally similar to the standard .NET FileInfo properties and methods.
VFileStream
Represents a stream for a virtual system file. This class provides members that are functionally similar to the standard .NET FileStream members.
VFileSystemInfo
Base class for both VFileInfo and VDirectoryInfo classes. This class provides properties and methods that are functionally similar to the standard .NET FileSystemInfo properties and methods.
Structs
Checksum
Represents data checksum.
Enums
ActionOnExistingFiles
Specifies the default action to perform when a target file already exists. However, the default action can still be changed using the ProblemDetected event.
ChecksumAlgorithm
Specifies checksum algorithm.
DeleteProgressState
Current delete state of the Deleting.
FileSetMatchMode
Specifies modes of the IsMatch(String, FileSetMatchMode) method.
FileSystemItemComparerType
List of possible compare types for the FileSystemItemComparer class.
ItemDateTimes
Specifies which date/time to restore.
LinkProcessingMode
Specifies behavior on links and reparse points in multi-file operations.
LinkType
Specifies link type.
MoveMode
Specifies the behaviour of the Move.
OverwriteCondition
Specifies the condition for overwriting a file.
TransferAction
Currently executed operation.
TransferMethod
Specifies the method of the transfer.
TransferProblemReaction
Specifies the reaction to resolve the current problem that occurred during a multi-file operation.
TransferProblemType
Detailed specification of a problem that occurred during a multi-file operation.
TransferProgressState
Current transfer state of the TransferAction.
TraversalMode
Specifies how a search pattern is treated (how to traverse a hierarchy of directories).
TraversingState
Current traversal state of the TransferAction.