Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the absolute path to the local file store for this provider. This is the folder that contains the files and subfolders to be synchronized.
Namespace: Microsoft.Synchronization.Files
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
Syntax
'Declaration
Public ReadOnly Property RootDirectoryPath As String
Get
'Usage
Dim instance As FileSyncProvider
Dim value As String
value = instance.RootDirectoryPath
public string RootDirectoryPath { get; }
public:
property String^ RootDirectoryPath {
String^ get ();
}
member RootDirectoryPath : string
function get RootDirectoryPath () : String
Property Value
Type: System.String
The absolute path to the local file store for this provider.