Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the path of file. The path is relative to the root directory.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property RelativePath As String
Get
'Usage
Dim instance As FileData
Dim value As String
value = instance.RelativePath
public string RelativePath { get; }
public:
property String^ RelativePath {
String^ get ();
}
member RelativePath : string
function get RelativePath () : String
Property Value
Type: System.String
The path of the file. The path is relative to the root directory.
Remarks
This path contains the name of the file.