RelativeFileInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A container type that represents IFileInfo along with the application base relative path for a file in the file system.
public ref class RelativeFileInfo
public class RelativeFileInfo
type RelativeFileInfo = class
Public Class RelativeFileInfo
- Inheritance
-
RelativeFileInfo
Constructors
RelativeFileInfo(IFileInfo, String) |
Initializes a new instance of RelativeFileInfo. |
Properties
FileInfo |
Gets the IFileInfo associated with this instance of RelativeFileInfo. |
RelativePath |
Gets the path of the file relative to the application base. |