Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
Completed FileCopyDir
Browse files Browse the repository at this point in the history
  • Loading branch information
RaptorOne committed Apr 9, 2011
1 parent 5bfd85f commit ce39e24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Rusty/Cores/Disk.cs
Expand Up @@ -326,8 +326,7 @@ public static void FileCopyDir(string source, string destination, int flag = 0)
}
else
Directory.CreateDirectory(destination);

// TODO: directory copy
Microsoft.VisualBasic.FileIO.FileSystem.CopyDirectory(source, destination);
}
catch (IOException)
{
Expand Down

0 comments on commit ce39e24

Please sign in to comment.