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