WstFileSystemInfo Members

[This is internal Microsoft documentation - Do not distribute.]

Provides instance methods for the creation, copying, deletion, moving, and opening of files, and aids in the creation of WstFileStream objects. (This is the Webstore equivalent of the System.IO.FileInfo class).

The following tables list the members exposed by the WstFileSystemInfo type.

Protected Constructors

  Name Description
WstFileSystemInfo Initializes a new instance of the WstFileInfo class on the specified path/context.

Top

Public Properties

  Name Description
Attributes Gets or sets the FileAttributes of the current FileSystemInfo
Context WstContext for this WstFileSystemInfo object.
CreationTime Gets or sets the creation time of the current FileSystemInfo object.
CreationTimeUtc Gets an instance of the parent directory.
Exists Gets a value indicating whether a file or directory exists.
Extension Gets the string representing the extension part of the file.
FullName Gets the full path of the directory or file.
LastAccessTime Gets or sets the time the current file or directory was last accessed.
LastAccessTimeUtc Gets or sets the time, in coordinated universal time (UTC), that the current file or directory was last accessed.
LastWriteTime Gets or sets the time when the current file or directory was last written to.
LastWriteTimeUtc Gets or sets the time, in coordinated universal time (UTC), when the current file or directory was last written to.
Name Gets the name of the file or directory.
WstFileShare WebstoreFileshare used for this WstFileSystemInfo

Top

Public Methods

(see also Protected Methods )

  Name Description
CreateObjRef  (inherited from MarshalByRefObject )
Delete Permanently deletes a file.
Equals  Overloaded. (inherited from Object )
GetHashCode  (inherited from Object )
GetLifetimeService  (inherited from MarshalByRefObject )
GetType  (inherited from Object )
InitializeLifetimeService  (inherited from MarshalByRefObject )
ReferenceEquals  (inherited from Object )
Refresh Refreshes the state of the object.
ToString Overridden. Returns the original path that was passed by the user.

Top

Protected Methods

  Name Description
Finalize  (inherited from Object )
MemberwiseClone  Overloaded. (inherited from MarshalByRefObject )

Top

See Also

Reference

WstFileSystemInfo Class
Microsoft.Webstore.WstClient Namespace