Version:
FileSystemItem Class
Represents a file or directory in a file system.
Inheritance Hierarchy
- object
- Inedo.Extensibility.FileSystems.FileSystemItem
Syntax
public
class
FileSystemItem
Properties
|
Name |
Description |
|
IsDirectory
|
Gets a value indicating whether this item is a directory.
|
|
LastModifyTime
|
Gets the modification timestamp of the item.
|
|
Name
|
Gets the name of the file or directory.
|
|
PublicUrl
|
Gets the public URL of the item if it is available.
|
|
Size
|
Gets the size of the file.
|