
Appends a line break to an existing file.
Click the Click for Options link to bring up the Options dialog.

File – the FileItem that will be appended.
Profit Tiger Systems Help Documentation
Just another WordPress site
Appends a line break to an existing file.
Click the Click for Options link to bring up the Options dialog.
File – the FileItem that will be appended.
Appends text to a opened file.
Click the Click for Options link to bring up the Options dialog.
File – the FileItem being used.
Text – the text to be appended.
Result – returns true if appending was done successfully, false if it was not.
Compare if two files are the same.
Click the Click for Options link to bring up the Options dialog.
FileOne – first file path to be compared.
FileTwo – second file path to be compared.
Result – true if files are the same, false if they are different.
File paths can be selected by clicking the Open button on the left.
FIles can also be set using Variables.
Navigate to the desired directory, select the file and click Open.
Returns the size of a file.
Click the Click for Options link to bring up the Options dialog.
File – the FileItem being used.
Result – returns the size of the file.
Changes the name of a file.
Click the Click for Options link to bring up the Options dialog.
File – the FileItem being used.
New Name – the new name the file will be changed too.
Result – return true if the file was renamed successfully, false if it was not.
Checks if a file exists.
Click the Click for Options link to bring up the Options dialog.
File – the path of the file to check.
Result – returns true if the file exists, false if it does not.
To select a File path, click the Open button on the left.
File path can also be set using a Variable.
Navigate to the desired directory, select the File and click Open.
Copies the file.
Click the Click for Options link to bring up the Options dialog.
File – the FileItem being used.
New – the new path for the copied file.
Overwrite – true will overwrite existing file, false will not.
Result – returns a true if copy is successful, false if it is not.
To create a New file path, click the New button on the left.
The New path can also be set using a Variable.
Navigate to the desired directory, type in the new File name and click Save.
Deletes a file from a local directory.
Click the Click for Options link to bring up the Options dialog.
File – the FileItem being used.
Result – returns true if file is deleted successfully, false if it is not.
Closes a opened file.
Click the Click for Options link to bring up the Options dialog.
File – the FileItem being used.
Returns the error that occurred while trying to open a file.
Click the Click for Options link to bring up the Options dialog.
File – the FileItem being used.
Result – returns the error that happened while trying to open the file.