GetFilesInFolder

From the Fallout3 GECK Wiki
Revision as of 22:58, 11 December 2016 by imported>Gribbleshnibit8 (Created page with "{{Function |origin = LU |summary = Returns an array of filenames in a subdirectory. Wildcards may be used in the 'filter' string, e.g. "*.nif" |name = GetFilesInFolder |al...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns an array of filenames in a subdirectory. Wildcards may be used in the 'filter' string, e.g. "*.nif"

Syntax

[help]
(array) GetFilesInFolder folderpath:string filter:string 

Or:

(array) GetFiles folderpath:string filter:string

See Also