R
Rob R. Ainscough
Is there some way to determine file count on a drive? I know I can use
System.IO.DriveInfo and My.Computer.FileSystem.GetFiles to obtain a file
count, but this approach is pretty slow -- is there a faster more efficient
method available?
..NET 2.0 framework is my base.
thanks, Rob.
System.IO.DriveInfo and My.Computer.FileSystem.GetFiles to obtain a file
count, but this approach is pretty slow -- is there a faster more efficient
method available?
..NET 2.0 framework is my base.
thanks, Rob.