IFileSystemStructureLinkInfo
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Represents information about a file/directory.
public interface IFileSystemStructureLinkInfoProperties
Section titled “Properties”CreationTime
Section titled “CreationTime”Gets the creation time of the current file/directory.
public virtual DateTime? CreationTime { get; }Property Value
Section titled “Property Value”The creation date and time of the current IFileSystemStructureLinkInfo object.
Exists
Section titled “Exists”Gets a value indicating whether the file/directory exists.
public virtual bool Exists { get; }Property Value
Section titled “Property Value”true if the file/directory exists; otherwise, false.
FullName
Section titled “FullName”Gets the full path of the directory or file.
public virtual string FullName { get; }Property Value
Section titled “Property Value”A String containing the full path.
IsDirectory
Section titled “IsDirectory”Gets a value indicating whether it is directory information.
public virtual bool? IsDirectory { get; }Property Value
Section titled “Property Value”bool?
true if it is directory information; otherwise, false.
IsHidden
Section titled “IsHidden”Gets a value indicating whether the file/directory is hidden.
public virtual bool IsHidden { get; }Property Value
Section titled “Property Value”true if the file/directory is hidden; otherwise, false.
IsReadOnly
Section titled “IsReadOnly”Gets a value indicating whether the file/directory is read only.
public virtual bool IsReadOnly { get; }Property Value
Section titled “Property Value”true if the file/directory is read only; otherwise, false.
LastWriteTime
Section titled “LastWriteTime”Gets the time when the current file/directory was last modified.
public virtual DateTime? LastWriteTime { get; }Property Value
Section titled “Property Value”The time the current file/directory was last modified.