Difference between revisions of "GetFilesInFolder"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
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...")
 
imported>Pintocat
 
(One intermediate revision by one other user not shown)
Line 20: Line 20:
*[[GetFoldersInFolder]]
*[[GetFoldersInFolder]]
[[Category:Functions_(Lutana)]]
[[Category:Functions_(Lutana)]]
[[Category:Radio_Functions_(Lutana)]]
 
[[Category:File_Functions_(Lutana)]]

Latest revision as of 12:36, 21 December 2016

< [[::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