File
Guide for the Activities under the File Category
Description Appends a new line as text on the specified file. Attributes Input Encoding - Encoding string FIlePath - The path and filename ...
Mon, 20 May, 2019 at 5:25 PM
Description Copies the content of a directory to another directory. Attributes Common ContinueOnError - The Boolean value to specify whether t...
Mon, 20 May, 2019 at 5:27 PM
Description Creates a new file inside the specified path. Attributes File Name - The file name of the file being created. Path - The locati...
Mon, 20 May, 2019 at 5:30 PM
Description Deletes the specified file. Attributes Common ContinueOnError - The Boolean value to specify whether to continue executing the nex...
Mon, 20 May, 2019 at 5:32 PM
Description Moves a file to another directory. Attributes Common ContinueOnError - The Boolean value to specify whether to continue executing ...
Mon, 20 May, 2019 at 5:34 PM
Description Checks if the specified file path exists, returns a True or False output. Attributes Input Path - The location where the file or f...
Mon, 20 May, 2019 at 5:37 PM
Description Reads the content of a specified file and returns the text as an output. Attributes Output Content - The extracted text from the f...
Mon, 20 May, 2019 at 5:39 PM
Description Changes the name of a specified file. Attributes Common ContinueOnError - The Boolean value to specify whether to continue executi...
Mon, 20 May, 2019 at 5:41 PM
Description Writes text on a specified file whose path has been provided. Attributes Input Encoding - The type of encoding used on the specifi...
Mon, 20 May, 2019 at 5:43 PM