예제 #1
0
 public void Unmount(string mountPoint)
 {
     Dokan.RemoveMountPoint(mountPoint);
     this.fsTree = null;
 }