Is `file.save()` asynchronous or synchronous? I ha...
# suitescript
c
Is
file.save()
asynchronous or synchronous? I have a suitelet which creates a file and then checks for it's existence on reload. The reload function almost always beats the the save operation and doesn't see the change.