|
Previous Top Next |
The TotalFileStringSize property is used in the ScanFiles method and is used to keep a track of how long string size would be needed to keep all the filenames, with paths, in a single string. This can be useful if the purpose of the file search is to create a string or a file with the search results. Then you will need a string that is TotalFileStringSize long. Note that the TotalFileStringSize does not include any end of line characters.
It is declared as:
TotalFileStringSize Long