FileSystemItem Class |
Namespace: ShellBoost.Core.ProjFS
public class FileSystemItem : ProjectedFileSystemItem
The FileSystemItem type exposes the following members.
Name | Description | |
---|---|---|
FileSystemItem |
Initializes a new instance of the FileSystemItem class.
|
Name | Description | |
---|---|---|
Attributes |
Gets or sets the file attributes of the current item.
(Overrides ProjectedFileSystemItemAttributes.) | |
ChangeTime |
Gets or sets the time when the current item was last changed.
Equals to LastWriteTime.
(Overrides ProjectedFileSystemItemChangeTime.) | |
CreationTime |
Gets or sets the creation time of the current item.
(Overrides ProjectedFileSystemItemCreationTime.) | |
Info |
Gets the FileSystemInfo corresponding instance.
| |
IsDirectory |
Gets or sets a value that indicates if the current item is a file or a directory.
(Inherited from ProjectedFileSystemItem.) | |
LastAccessTime |
Gets or sets the time the current item was last accessed.
(Overrides ProjectedFileSystemItemLastAccessTime.) | |
LastWriteTime |
Gets or sets the time when the current item was last written to.
(Overrides ProjectedFileSystemItemLastWriteTime.) | |
Length |
Gets or sets the size, in bytes, of the current item.
(Overrides ProjectedFileSystemItemLength.) | |
Name |
Gets the name of the current item.
(Inherited from ProjectedFileSystemItem.) | |
VersionInfo |
Gets or sets the version information of the current item.
(Inherited from ProjectedFileSystemItem.) |
Name | Description | |
---|---|---|
Get |
Gets an instance of the FileSystemItem class for a given physical path.
| |
StreamData |
Writes the contents a stream to a file's primary data stream.
(Inherited from ProjectedFileSystemItem.) | |
ToString |
Returns a String that represents this instance.
(Inherited from ProjectedFileSystemItem.) | |
WriteData |
Requests the contents of a file's primary data stream.
(Overrides ProjectedFileSystemItemWriteData(Stream, Int64, Int32, Int32).) |