コード例 #1
0
ファイル: ReadOnlyAVFS.cs プロジェクト: zwj4031/WinAVFS
 public void Unmount(string mountPoint)
 {
     Dokan.RemoveMountPoint(mountPoint);
     this.fsTree = null;
 }