Property | Type | Description | |
---|---|---|---|
f1 | Form1 | ||
scanning | bool |
Method | Description | |
---|---|---|
Count_Files ( string root ) : int | ||
Determine_Parser ( System fi, uint level ) : void | ||
TraverseTree ( string root ) : void | ||
WriteToLog ( string fileName, string path, string priority, int count ) : void |
Method | Description | |
---|---|---|
Main ( string args ) : void |
public static Count_Files ( string root ) : int | ||
root | string | |
return | int |
public static Determine_Parser ( System fi, uint level ) : void | ||
fi | System | |
level | uint | |
return | void |
public static TraverseTree ( string root ) : void | ||
root | string | |
return | void |
public static WriteToLog ( string fileName, string path, string priority, int count ) : void | ||
fileName | string | |
path | string | |
priority | string | |
count | int | |
return | void |