Difference between revisions of "FileExists"
Jump to navigation
Jump to search
imported>Gribbleshnibit8 m |
imported>Gribbleshnibit8 m |
||
Line 17: | Line 17: | ||
*[[GetFoldersInFolder]] | *[[GetFoldersInFolder]] | ||
[[Category:Functions_(Lutana)]] | [[Category:Functions_(Lutana)]] | ||
Revision as of 22:02, 11 December 2016
< [[::Category:Functions|Category:Functions]]
A function added by the Lutana NVSE plugin.
Description
Returns whether or not a file exists in the Data directory or a loaded BSA archive for a given file path. Returns '2' if the file is found within a BSA. You can pass a string_var by using the ToString ($) operator.
Syntax
(int) [RadioEmitter].FileExists filepath:string
Example
set bExists to FileExists "meshes/ammo/10mmammo.nif"