Background for Skyrim SE
Member of the MiscUtil script
boolfunctionFileExists(stringfileName)NativeGlobal

Description

Documentation Comment

Check if a given file exists relative to root Skyrim directory. Example: FileExists("data/meshes/example.nif")


Caveats


Parameters

stringfileName


Examples

Auto-Generated Example

string myString__fileName

bool returnedValue = MiscUtil.FileExists(myString__fileName)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.