'Declaration Public Class WindowsDiskFolder Inherits Xceed.FileSystem.DiskFolder
'Usage Dim instance As WindowsDiskFolder
public class WindowsDiskFolder : Xceed.FileSystem.DiskFolder
'Declaration Public Class WindowsDiskFolder Inherits Xceed.FileSystem.DiskFolder
'Usage Dim instance As WindowsDiskFolder
public class WindowsDiskFolder : Xceed.FileSystem.DiskFolder
System.Object
System.MarshalByRefObject
Xceed.FileSystem.FileSystemItem
Xceed.FileSystem.AbstractFolder
Xceed.FileSystem.DiskFolder
Xceed.FileSystem.Windows.WindowsDiskFolder
Name | Description | |
---|---|---|
![]() | WindowsDiskFolder Constructor | Overloaded. |
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 Xceed.FileSystem.FileSystemItem) |
![]() | CreationDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | Exists | Gets a boolean value indicating if the item physically exists. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | FullName | Gets the full name of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasAttributes | Gets a boolean value indicating if the item supports attributes. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasCreationDateTime | Gets a boolean value indicating if the item supports having a creation date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasCreationDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | HasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasLastAccessDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | HasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | HasLastWriteDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | 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 Xceed.FileSystem.FileSystemItem) |
![]() | HostFile | Gets an Xceed.FileSystem.AbstractFile containing an archived version of this Xceed.FileSystem.FileSystemItem. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | IsRoot | Gets a value indicating if the folder is a root folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | LastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | LastAccessDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | LastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | LastWriteDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | Name | Gets or sets the filename, without path, of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ParentFolder | Gets a reference to the parent folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ReparsePointTags | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | RootFolder | Gets a reference to the root folder of this item. (Inherited from Xceed.FileSystem.FileSystemItem) |
Name | Description | |
---|---|---|
![]() | BatchUpdateable | Gets the Xceed.FileSystem.IBatchUpdateable implementation for this item (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoAttributes | Gets or sets the attributes of the item. (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoCreationDateTime | Gets or sets the creation date and time of the item. (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoCreationDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoExists | Gets a boolean value indicating if the item physically exists. (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoFullName | Gets the full name of the item. (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | 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 Xceed.FileSystem.FileSystemItem) |
![]() | DoHasCreationDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoHasLastAccessDateTime | Gets a boolean value indicating if the item supports having a last access date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoHasLastAccessDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoHasLastWriteDateTime | Gets a boolean value indicating if the item supports having a last write date and time. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | DoHasLastWriteDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoIsRoot | Gets a boolean value indicating if the folder is a root folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | DoLastAccessDateTime | Gets or sets the last access date and time of the item. (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoLastAccessDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoLastWriteDateTime | Gets or sets the modification date and time of the item. (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoLastWriteDateTimeUtc | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoName | Gets or sets the filename, without path, of the item. (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoParentFolder | Gets a reference to the parent folder of this item. (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | DoRootFolder | Gets a reference to the root folder of this item. (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | FileType | Overridden. |
![]() | FolderType | Overridden. |
![]() | InvalidChars | Gets the characters that are invalid in file and folder names. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | IOHandler | (Inherited from Xceed.FileSystem.DiskFolder) |
Name | Description | |
---|---|---|
![]() | ApplyPropertiesTo | Overloaded. Copies the item's properties to another item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CopyFilesTo | Overloaded. Copies the folder's content to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | CopyItemsTo | Overloaded. Copies the folder's items (files and empty folders) to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | CopyTo | Overloaded. Copies the item to another folder. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Create | Overloaded. Creates the physical item represented by this Xceed.FileSystem.FileSystemItem object. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | CreateFile | Overloaded. Creates a new file in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | CreateFolder | Overloaded. Creates a new folder in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | CreateTempFile | Creates the temporary file. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | Delete | Overloaded. Permanently deletes the physical item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | GetFile | Overloaded. Returns an Xceed.FileSystem.AbstractFile object that represents a file contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | GetFiles | Overloaded. Returns a filtered list of files contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | GetFolder | Overloaded. Returns an Xceed.FileSystem.AbstractFolder object that represents a folder contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | GetFolders | Overloaded. Returns a filtered list of folders contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | GetItems | Overloaded. Returns a list of items contained in the folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | GetMetadata | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | IsReparseTagNameSurrogate | (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | IsSameAs | Gets a boolean value indicating if the source and target items represent the same physical entity. (Inherited from Xceed.FileSystem.DiskFolder) |
![]() | MoveFilesTo | Overloaded. Moves the folder's content to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | MoveItemsTo | Overloaded. Moves the folder's items (files and empty folders) to another folder. (Inherited from Xceed.FileSystem.AbstractFolder) |
![]() | MoveTo | Overloaded. Moves the item to another folder. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | Refresh | Overloaded. Re-reads the information from the physical item. (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | SetName | (Inherited from Xceed.FileSystem.FileSystemItem) |
![]() | ToString | Returns the full name of the item. (Inherited from Xceed.FileSystem.FileSystemItem) |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2