Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Action verbDescriptionlocalefoldernametlocaletfoldertnameoverwrite

movefile

Moves an existing file named name inside folder to another existing folder tfolder with new name tname.

xxxxxx 
renamefileRenames an existing file named name inside folder to new name tname.xxx  x 
copyfileCopies an existing file named name inside folder to another existing folder tfolder with new name tname. Specify if target shall be overwritten if it exists.xxxxxxx
deletefileDeletes file name inside parent folder folder.xxx    
zipfile

Zips the file name and saves the zip into the same folder with extension .zip. tname is optional: If null (recommended), the zip is named automatically, otherwise it uses the indicated zip name.

Note: You can use this method with attachments only.

xxx  x 
unzipfileUnzips the file to a folder with same name on same directory level. "xxx.zip" => "xxx\....". Works with attachment folder only!xxx    
         
createfolderCreates new folder with name inside parent folder folder.xxx    
renamefolderRenames an existing folder named name inside folder to new name tname.xxx  x 
deletefolderCreates folder with name inside parent folder folder.xxx    

copyfolder

Copies an existing folder with all its contents named name inside folder to another existing folder tfolder. Name the copied folder with tname.

Specify if target shall be overwritten if it exists.

xxxxxxx
zipfolder

Zips the folder name and creates a zip at the same folder level. tname is optional: If null (recommended), the zip is named automatically, otherwise it uses the indicated zip name.

Note: You can use this method with attachments only.

xxx  x 

...