RelativeFileInfo.RelativePath Property
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.
Gets the path of the file relative to the application base.
public:
property System::String ^ RelativePath { System::String ^ get(); };
public string RelativePath { get; }
member this.RelativePath : string
Public ReadOnly Property RelativePath As String