예제 #1
0
 public override string GetSecureDataRootForGVFS()
 {
     // On the Mac, unlike Windows, there is no separate secure data root directory.
     return(MacPlatform.GetDataRootForGVFSImplementation());
 }
예제 #2
0
 public override string GetDataRootForGVFS()
 {
     return(MacPlatform.GetDataRootForGVFSImplementation());
 }