Share via


RelativeFileInfo Class

Definition

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

Name Description
RelativeFileInfo(IFileInfo, String)

Initializes a new instance of RelativeFileInfo.

Properties

Name Description
FileInfo

Gets the IFileInfo associated with this instance of RelativeFileInfo.

RelativePath

Gets the path of the file relative to the application base.

Applies to