RelocateFile Members

Include Protected Members
Include Inherited Members

The RelocateFile object is a programmatic tool that lets a file be relocated.

The RelocateFile type exposes the following members.

Constructors

  Name Description
Public method RelocateFile() Initializes a new instance of the RelocateFile class.
Public method RelocateFile(String, String) Initializes a new instance of the RelocateFile class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property LogicalFileName Gets or sets the logical file name for the specified file.
Public property PhysicalFileName Gets or sets the physical file name for the specified file.

Top