Inheritance: FileSystem
Beispiel #1
0
 public static void Main(string[] args)
 {
     using (RedirectFS fs = new RedirectFS ()) {
         string[] unhandled = fs.ParseFuseArguments (args);
         if (!fs.ParseArguments (unhandled))
             return;
         fs.Start ();
     }
 }
Beispiel #2
0
 public static void Main(string[] args)
 {
     using (RedirectFS fs = new RedirectFS()) {
         string[] unhandled = fs.ParseFuseArguments(args);
         if (!fs.ParseArguments(unhandled))
         {
             return;
         }
         fs.Start();
     }
 }