Ejemplo n.º 1
0
 public bool TryGetDeploymentsPath(out string path)
 {
     path = _persistentFileSystem.GetDeploymentsPath();
     return(!string.IsNullOrEmpty(path) && EnsureMountedDeploymentsPath(path));
 }