The LocalItem type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAttributes
Gets item attributes.
Public propertySupported by the .NET Compact FrameworkCreationTime
Gets the creation time of the item.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkExists
Gets a value indicating whether the file or directory exists.
Public propertySupported by the .NET Compact FrameworkFullPath
Gets the full path of the file or directory.
Public propertySupported by the .NET Compact FrameworkIsDirectory
Gets a value indicating whether the item is a directory.
(Overrides FileSystemItem..::..IsDirectory.)
Public propertySupported by the .NET Compact FrameworkIsFile
Gets a value indicating whether the item is a file.
(Overrides FileSystemItem..::..IsFile.)
Public propertySupported by the .NET Compact FrameworkIsLink
Gets a value indicating whether the item is a link.
(Overrides FileSystemItem..::..IsLink.)
Public propertySupported by the .NET Compact FrameworkLastAccessTime
Gets the last access time of the item.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkLastWriteTime
Gets the last modification time of the item.
(Inherited from FileSystemItem.)
Public propertySupported by the .NET Compact FrameworkLength
Gets file length.
(Overrides FileSystemItem..::..Length.)
Public propertySupported by the .NET Compact FrameworkName
Gets the name of the file or directory.
(Overrides FileSystemItem..::..Name.)
Public propertySupported by the .NET Compact FrameworkPath
Gets the relative path of the file or directory.
(Overrides FileSystemItem..::..Path.)

See Also