Esempio n. 1
0
 /// <summary>
 /// Returns the fully qualified path to a special folder on the remote machine.
 /// </summary>
 /// <param name="folder">Identifies the requested folder.</param>
 public string GetFolderPath(RemoteSpecialFolder folder)
 {
     lock (syncLock)
     {
         Verify();
         return(remote.GetFolderPath(folder));
     }
 }