Background for Skyrim SE
Member of the MiscUtil script
string[]functionFoldersInFolder(stringdirectory)NativeGlobal

Description

Documentation Comment

Get an array of folders in a given parent directory
Same rules and examples as above FilesInFolder apply to the directory rule here.


Caveats


Parameters

stringdirectory


Examples

Auto-Generated Example

string myString__directory

string[] returnedValue = MiscUtil.FoldersInFolder(myString__directory)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.