TheISMManager..::..ProcessDirectory Method (DirectoryInfo, List<(Of <(<'String>)>)>%, String, String, Boolean, Boolean)
Processes a directory recursive for a given file extension
Namespace:
nsCDEngine.ISMAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static void ProcessDirectory( DirectoryInfo di, ref List<string> tw, string relativeCurrentDir, string pExtension, bool IsUsb, bool DoProcessSubDirs )
Parameters
- di
- Type: DirectoryInfo
The directory info to search
- relativeCurrentDir
- Type: String
Relative directory to the DI
- pExtension
- Type: String
Extension to look for
- IsUsb
- Type: Boolean
Include USB drives
- DoProcessSubDirs
- Type: Boolean
Recursively look in all subdirectories, too