baso88 / SC_AngelScript

Sven Co-op AngelScript documentation, tutorials, sample code and tools
42 stars 4 forks source link

Directory and file iteration #13

Open fnky opened 7 years ago

fnky commented 7 years ago

Add the ability to iterate over directories and files in another directory through the virtual filesystem.

This would prove useful to precache entire directories at once, for example to precache all vox sounds for use in a plugin.

fnky commented 7 years ago

Expose IFileSystem directory iteration methods, filtering through the virtual filesystem if needed.