errors with filesystem operations

Hugo Florentino hugo at acdam.cu
Mon Jan 20 04:16:21 PST 2014


Update: the combination of both your suggestions worked:

   if (exists(BlankDirToDelete))
   {
     try
       rmdir(`\\?\` ~ BlankDirToDelete);
     catch (FileException e)
       writeln(e.msg);
   }

Thanks! Now I just have to find out why the block of the file 
extensions is failing.


More information about the Digitalmars-d-learn mailing list