Skip to content

pullFile (Native/Hybrid Apps - Manipulation)

Compatible with:
  • Purpose
  • This command is used to pull the file downloaded during the execution and upload it to the Worksoft SaaS Files module. It will pull the files from the Downloads folder of the device. If the file is stored in another folder inside the Downloads folder, then include the folder name in the file path.
  • If the file is in the Downloads folder, then the target should be fileName (including extension) (Ex: SampleFile.docx)
  • If the file is in another folder inside the Downloads folder, then the target should be folderName/fileName (Ex: SampleFolder/SampleFile.docx)
  • Note: This command works only on Android.
  • Syntax
  • pullFile(fileName)
  • Target
  • fileName - File name of the downloaded file.
  • Value
  • N/A
  • Return Value
  • N/A
 
 

Feedback and Knowledge Base