Click or drag to resize

IFile Interface

[This is preliminary documentation and is subject to change.]

Defines common properties for file system objects

Namespace:  GHASchema.Classes.Capabilities
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "System")]
public interface IFile

The IFile type exposes the following members.

Properties
  NameDescription
Public propertyCreation
Date/Time the file was created
Public propertyFilePath
Full path to the file including the file name and extension
Public propertyModified
Date/Time the file was modified
Public propertySize
Size of the file in bytes
Top
See Also