What's wrong with this code? ```var fileObj = fil...
# suitescript
n
What's wrong with this code?
Copy code
var fileObj = file.create({
   name: 'Test.doc',
   fileType: file.Type.WORD,
   contents: 'This is a plain text file.',
   description: 'This is a plain text file.',
   folder: EMPLOYEE_CERTIFICATE_FOLDER,
   isOnline: true
});