Click or drag to resize

FileSystemItem Methods

The FileSystemItem type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGet
Gets an instance of the FileSystemItem class for a given physical path.
Public methodStreamData
Writes the contents a stream to a file's primary data stream.
(Inherited from ProjectedFileSystemItem.)
Public methodToString
Returns a String that represents this instance.
(Inherited from ProjectedFileSystemItem.)
Public methodWriteData
Requests the contents of a file's primary data stream.
(Overrides ProjectedFileSystemItemWriteData(Stream, Int64, Int32, Int32).)
Top
See Also