示例#1
0
 public override bool DeleteFolder(string FolderPath)
 {
     MediaD.DeleteDirectory("sdcard\\" + FolderPath, true);
     return(false);
 }