Skip to main content
All docs
V25.1
  • IFileSystemInfo Members

    Provides members common to IFolderInfo and IFileInfo

    Properties

    Name Description
    Attributes Gets or sets file attributes.
    DirectoryName Gets a string representing the directory’s full path.
    Exists Determines whether the specified file exists.
    Name Gets a file or a folder name.

    Methods

    Name Description
    Delete() Deletes a file or folder.
    MoveTo(String) Moves a specified file to a new location and allows you to specify a new file name.
    See Also