Represents an entry in the file system.
- Namespace
- Statiq
.Common - Interfaces
- Implementing Types
Syntax
public interface IFileSystemEntry : IDisplayable
Properties
| Name | Property Type | Summary |
|---|---|---|
| CreationTime | DateTime |
Gets the time when the current entry was created.
|
| Exists | bool |
Gets a value indicating whether this
IFileSystemEntry exists.
|
| LastWriteTime | DateTime |
Gets the time when the current entry was last written to.
|
| Path | NormalizedPath |
Gets the path to the entry.
|
Methods
| Name | Return Value | Summary |
|---|---|---|
| ToString |
string |
Returns a
string that represents this file system entry.
|