- Found in:
- Dylbills PE
voidfunctionWriteAllFilePathsToFile(stringOutputFilePath, stringDirectory, stringextension="", boolFullPath=true, stringNullString="", boolAllowDuplicates=false)Global
Description
Documentation Comment
Write all of the file paths found in the Directory, including files in sub folders to the OutputFilePath.
If NullString != none, will only write file paths not found in the NullString
If AllowDuplicates == false (default), only writes file paths not already present in the OutputFilePath
Requires skse and PapyrusUtil
Caveats
Parameters
stringOutputFilePath
stringDirectory
stringextension=""
boolFullPath=true
stringNullString=""
boolAllowDuplicates=false
Examples
Auto-Generated Example
string myString__OutputFilePath
string myString__Directory
string myString__extension
bool myBool__FullPath
string myString__NullString
bool myBool__AllowDuplicates
DbMiscFunctionsSSE.WriteAllFilePathsToFile(myString__OutputFilePath, myString__Directory, myString__extension, myBool__FullPath, myString__NullString, myBool__AllowDuplicates)