Background for Skyrim SE
Member of the DbMiscFunctionsSSE script
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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.