- Found in:
- PapyrusUtil
boolfunctionImportFile(stringfileName, stringrestrictKey="", intrestrictType=-1, FormrestrictForm=NONE, boolrestrictGlobal=false, boolkeyContains=false)Global
Caveats
Parameters
stringfileName
stringrestrictKey=""
intrestrictType=-1
FormrestrictForm=NONE
boolrestrictGlobal=false
boolkeyContains=false
Examples
Auto-Generated Example
string myString__fileName
string myString__restrictKey
int myInt__restrictType
Form myForm__restrictForm
bool myBool__restrictGlobal
bool myBool__keyContains
bool returnedValue = StorageUtil.ImportFile(myString__fileName, myString__restrictKey, myInt__restrictType, myForm__restrictForm, myBool__restrictGlobal, myBool__keyContains)