Types (42)
Assembly: SchwabenCode.QuickIO

Types

Name Description
Class-Icon DirectoryAlreadyExistsException

This error is raised if you want to create for example a folder which already exists.

Class-Icon DirectoryNotEmptyException

This error is raised if a folder that is not empty should be deleted.

Class-Icon FileAlreadyExistsException

This error is raised if a file should be created that already exists.

Class-Icon FileSystemIsBusyException

This error is raised if file system is busy and further operations are not able to execute

Class-Icon InvalidPathException

Invalid Path Exception

Class-Icon PathAlreadyExistsException

Exception if path does not exist.

Class-Icon PathNotFoundException

Exception if path does not exist.

Class-Icon QuickIO

Provides static methods for files and directories.

Class-Icon QuickIOBaseException

Abstract base class for exceptions

Class-Icon QuickIODirectory

Provides static methods to access folders. For example creating, deleting and retrieving content and security information such as the owner.

Class-Icon QuickIODirectoryInfo

Provides properties and instance methods for directories

Class-Icon QuickIODirectoryMetadata

Directory metadata information

Class-Icon QuickIODiskInformation

Disk metadata information

Class-Icon QuickIOEnumerateOptions

Options for enumerations

Class-Icon QuickIOFile

Provides static methods to access files. For example creating, deleting and retrieving content and security information such as the owner.

Class-Icon QuickIOFileChunk

Represents a file chunk

Class-Icon QuickIOFileCompareCriteria

Options for file compare. You can select multiple flags or use All for all options

Class-Icon QuickIOFileInfo

Provides properties and instance methods for files

Class-Icon QuickIOFileMetadata

File metadata information

Class-Icon QuickIOFileSystemEntryBase

Provides properties and instance method for files and directories

Class-Icon QuickIOFileSystemEntryType

Represents type of path or handle

Class-Icon QuickIOFileSystemMetadataBase

Abstract class for file system entries such as files and directory. Just for meta data reprentation

Class-Icon QuickIOFileSystemSecurity

Provides methods for accessing the security information of files and folders, such as for example the getting and setting of the owner.

Class-Icon QuickIOFolderStatisticResult

Folder Statistics

Class-Icon QuickIOHashImplementationType

QuickIOHashImplementationType

Class-Icon QuickIOHashResult

This class is used for hash calculations. Use for human readable output.

Class-Icon QuickIOParsePathResult

Result of parsing path

Class-Icon QuickIOPath

Performs operations for files or directories and path information.

Class-Icon QuickIOPathInfo

Provides properties and instance method for paths

Class-Icon QuickIOPathLocation

Path Location (Local, QuickIOShareInfo)

Class-Icon QuickIOPathType

Path Types (Regular or UNC )

Class-Icon QuickIOPatternConstants

Various constants for filter

Class-Icon QuickIOPatterns

Pattern Collection

Class-Icon QuickIORecommendedValues

Various default and recommended values for different operations, connections and API calls

Class-Icon QuickIOShare

Provides static methods to access network shares.

Class-Icon QuickIOShareApiReadLevel
Class-Icon QuickIOShareInfo

Information about a local share

Class-Icon QuickIOShareType

Enum collection of available shares types

Class-Icon QuickIOSystemRules

QuickIOSystemRules

Class-Icon UnmatchedFileSystemEntryTypeException

Exception if path returns another type as excepted

Class-Icon UnsupportedDriveType

Represents an exception for unsuuported drive types

Class-Icon UnsupportedShareType

Represents an exception for unsuuported drive types

Used by