When using `nlapiLoadFile` if I put the file I wan...
# suitescript
c
When using
nlapiLoadFile
if I put the file I want to load in the same directory, I seem unable to actually load it using
nlapiLoadFile('./myfile.json')
and instead had to use
nlapiLoadFile('SuiteScripts/myfile.json')
. Is that expected functionality?