Name | Description | |
---|---|---|
DiskFile Constructor | Overloaded. Initializes a new instance of the DiskFile class. |
The following tables list the members exposed by DiskFile.
Name | Description | |
---|---|---|
DiskFile Constructor | Overloaded. Initializes a new instance of the DiskFile class. |
Name | Description | |
---|---|---|
Attributes | Gets or sets the attributes of the item. (Inherited from Xceed.FileSystem.FileSystemItem) | |
CreationDateTime | Gets or sets the creation date and time of the item. (Inherited from AbstractFile) | |
CreationDateTimeUtc | ||
DefaultAutomaticReadDiskFileShare | Gets or sets a value indicating the default FileShare value to be used when opening read streams for copy/move operations. | |
DefaultAutomaticWriteDiskFileShare | Gets or sets a value indicating the default FileShare value to be used when opening write streams for copy/move operations. | |
DefaultIOHandler | ||
Exists | Gets a boolean value indicating if the item physically exists. (Inherited from AbstractFile) | |
FullName | Gets the full name of the item. (Inherited from AbstractFile) | |
HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from AbstractFile) | |
HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from AbstractFile) | |
HasCreationDateTimeUtc | ||
HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from AbstractFile) | |
HasLastAccessDateTimeUtc | ||
HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from AbstractFile) | |
HasLastWriteDateTimeUtc | ||
HostedFullName | Gets a human-readable full pathname representing the fully qualified path of all host files containing the item and the path of the item itself. (Inherited from AbstractFile) | |
HostFile | Gets an AbstractFile containing an archived version of this FileSystemItem. (Inherited from AbstractFile) | |
LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from AbstractFile) | |
LastAccessDateTimeUtc | ||
LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from AbstractFile) | |
LastWriteDateTimeUtc | ||
Name | Gets or sets the filename, without path, of the item. (Inherited from AbstractFile) | |
ParentFolder | Gets a reference to the parent folder of this item. (Inherited from AbstractFile) | |
ReparsePointTags | ||
RootFolder | Gets a reference to the root folder of this item. (Inherited from AbstractFile) | |
Size | Gets the size of the file in bytes. (Inherited from AbstractFile) |
Name | Description | |
---|---|---|
BatchUpdateable | Overridden. Returns null (Nothing in Visual Basic) since a DiskFile or a DiskFolder does not support the IBatchUpdateable interface. | |
DoAttributes | Overridden. Gets or sets the attributes of the item. | |
DoCreationDateTime | Overridden. Gets or sets the creation date and time of the item. | |
DoCreationDateTimeUtc | ||
DoExists | Overridden. Gets a boolean value indicating if the item physically exists. | |
DoFullName | Overridden. Gets the full name of the item. | |
DoHasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.FileSystemItem) | |
DoHasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from AbstractFile) | |
DoHasCreationDateTimeUtc | ||
DoHasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from AbstractFile) | |
DoHasLastAccessDateTimeUtc | ||
DoHasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from AbstractFile) | |
DoHasLastWriteDateTimeUtc | ||
DoLastAccessDateTime | Overridden. Gets or sets the last access date and time of the item. | |
DoLastAccessDateTimeUtc | ||
DoLastWriteDateTime | Overridden. Gets or sets the modification date and time of the item. | |
DoLastWriteDateTimeUtc | ||
DoName | Overridden. Gets or sets the filename, without path, of the item. | |
DoParentFolder | Overridden. Gets a reference to the parent folder of this item. | |
DoRootFolder | Overridden. Gets a reference to the root folder of this item. | |
DoSize | Overridden. Gets the size of the file in bytes. | |
InvalidChars | Gets the characters that are invalid in file and folder names. (Inherited from AbstractFile) | |
IOHandler |
Name | Description | |
---|---|---|
ApplyPropertiesTo | Overloaded. Copies the item's properties to another item. (Inherited from Xceed.FileSystem.FileSystemItem) | |
CopyTo | Overloaded. Copies the file's data to another file. (Inherited from AbstractFile) | |
Create | Overloaded. Creates the physical item represented by this FileSystemItem object. (Inherited from AbstractFile) | |
CreateObjRef | (Inherited from AbstractFile) | |
CreateWrite | Overloaded. Creates a file and opens it for writing. (Inherited from AbstractFile) | |
DefaultDiskItemPathExceptionHandler | Represents the method that will handle the disk item's PathException event. | |
Delete | Overloaded. Permanently deletes the physical item. (Inherited from AbstractFile) | |
DoCopyToComplete | (Inherited from AbstractFile) | |
DoCopyToLoop | (Inherited from AbstractFile) | |
DoCopyToSetup | (Inherited from AbstractFile) | |
GetLifetimeService | (Inherited from AbstractFile) | |
GetMetadata | (Inherited from AbstractFile) | |
InitializeLifetimeService | (Inherited from AbstractFile) | |
IsReparseTagNameSurrogate | ||
IsSameAs | Overridden. Gets a boolean value indicating if the source and target items represent the same physical entity. | |
MoveTo | Overloaded. Moves the contents of the AbstractFile object to the target AbstractFile object. (Inherited from AbstractFile) | |
OpenRead | Overloaded. Opens the file for reading. (Inherited from AbstractFile) | |
OpenWrite | Overloaded. Opens the file for writing. (Inherited from AbstractFile) | |
Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from AbstractFile) | |
SetName | (Inherited from AbstractFile) | |
ToString | Returns the full name of the item. (Inherited from AbstractFile) |
Name | Description | |
---|---|---|
ApplyPropertiesToCore | (Inherited from Xceed.FileSystem.FileSystemItem) | |
BuildList | Builds a list of FileSystemItem objects to process. (Inherited from AbstractFile) | |
BuildListForCreate | Handles the special cases in regards to building the list of items to process when creating a FileSystemItem object. (Inherited from AbstractFile) | |
CreateFileMultiThreadItem | (Inherited from AbstractFile) | |
CreateFolderInstance | Overloaded. | |
CreateFolderMultiThreadItem | (Inherited from AbstractFile) | |
CreateSession | Overloaded. (Inherited from AbstractFile) | |
DoApplyPropertiesFrom | This method is reserved for internal use and is not intended to be used directly from your code. (Inherited from AbstractFile) | |
DoApplyPropertiesTo | Copies the item's properties to another item. (Inherited from AbstractFile) | |
DoCopyTo | Copies the file into the destination. (Inherited from AbstractFile) | |
DoCreate | Overridden. Creates the physical file. | |
DoCreateWrite | Overridden. | |
DoDelete | Overridden. Permanently deletes the physical item. | |
DoGetMetadata | Overridden. | |
DoMoveTo | Overridden. | |
DoOpenRead | Overridden. Opens the file for reading. | |
DoOpenWrite | Overridden. Opens the file for writing. | |
DoRefresh | Overridden. Re-reads the information from the physical item. | |
DoSetMetadata | Overridden. | |
EnsureDateIsValid | Ensures that the System.DateTime value is valid. (Inherited from AbstractFile) | |
GetAutomaticReadFileShare | Overridden. Gets a value indicating the FileShare value to be used when opening read streams for copy/move operations. | |
GetAutomaticWriteFileShare | Overridden. Gets a value indicating the FileShare value to be used when opening write streams for copy/move operations. | |
GetStreamBufferSize | Returns the recommended buffer size for a stream copy operation. (Inherited from AbstractFile) | |
IsPathRooted | Overridden. Returns a boolean value indicating if the path passed is rooted. | |
IsPublicException | (Inherited from AbstractFile) | |
ListCopyTo | Copies each item in the FileSystemEventsSession object's list to each item's destination. (Inherited from AbstractFile) | |
ListCopyToCore | Copies the item pair's current FileSystemItem to its target FileSystemItem. (Inherited from AbstractFile) | |
ListCreate | Creates each item in the FileSystemEventsSession object's list. (Inherited from AbstractFile) | |
ListCreateCore | Creates the item pair's current FileSystemItem. (Inherited from AbstractFile) | |
ListDelete | Deletes each item in the FileSystemEventsSession object's list. (Inherited from AbstractFile) | |
ListDeleteCore | Deletes the item pair's current FileSystemItem. (Inherited from AbstractFile) | |
ListMoveTo | Moves each item in the FileSystemEventsSession object's list to each item's destination. (Inherited from AbstractFile) | |
ListMoveToCore | Moves the item pair's current FileSystemItem to its target FileSystemItem. (Inherited from AbstractFile) | |
MemberwiseClone | Overloaded. (Inherited from AbstractFile) | |
NeedsApplyPropertiesTo | (Inherited from AbstractFile) | |
OnCreated | Called when a client explicitly calls Create. (Inherited from AbstractFile) | |
OnSessionCreated | (Inherited from AbstractFile) | |
OnSessionCreatedDestination | (Inherited from AbstractFile) | |
ValidateDoCopyToContext | (Inherited from AbstractFile) | |
ValidateDoCopyToContextAsDestination | (Inherited from AbstractFile) |