The FileSystemItem type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkCreationTime
Gets the creation time of the item.
Public propertySupported by the .NET Compact FrameworkIsDirectory
Gets a value indicating whether the item is a directory.
Public propertySupported by the .NET Compact FrameworkIsFile
Gets a value indicating whether the item is a file.
Public propertySupported by the .NET Compact FrameworkIsLink
Gets a value indicating whether the item is a link.
Public propertySupported by the .NET Compact FrameworkLastAccessTime
Gets the last access time of the item.
Public propertySupported by the .NET Compact FrameworkLastWriteTime
Gets the last modification time of the item.
Public propertySupported by the .NET Compact FrameworkLength
Gets file length.
Public propertySupported by the .NET Compact FrameworkName
Gets the name of the file or directory.
Public propertySupported by the .NET Compact FrameworkPath
Gets the path of the file or directory. It can be relative or absolute path depending on the way of use.

See Also