Ignore:
Timestamp:
5/16/2010 11:14:29 AM (2 years ago)
Author:
lowjoel
Message:

Modified all dependent code to compile after the change in the previous revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/eraser/Eraser.DefaultPlugins/FileSystems/Ntfs.cs

    r1859 r2149  
    105105            //Create a directory to hold all the temporary files 
    106106            DirectoryInfo tempDir = new DirectoryInfo(FileSystem.GenerateRandomFileName( 
    107                 new DirectoryInfo(info.MountPoints[0]), 32)); 
     107                info.MountPoints[0], 32)); 
    108108            tempDir.Create(); 
    109109 
Note: See TracChangeset for help on using the changeset viewer.