View Single Post
Old 02-20-2006, 03:03 PM   #6 (permalink)
XxSP1DERxX
 
Join Date: Oct 2002
Age: 23
Posts: 4,689
Default

I added a bool for recursing.
I added FileInfo[] returning for GetFiles. When you want to return a FileInfo[], you will need to use a DirectoryInfo or FileInfo path. You can easily do new DirectoryInfo( stringPath ) or new FileInfo( stringPath ) if you have a string based path.
TrimPaths now returns FileInfo[] as well as string[]
XxSP1DERxX is offline   Reply With Quote