WriteFile (task)
From ProxiPedia
caelougetc4
All other topics
- See navigation on the left
[edit] Description
Use Write to File to write information to a text file. This text can be appended, or prepended to a file. Or the entire file can be overwritten
[edit] Settings
- Filename: (field): The name of the file to write.
- Location: (field): A path to the file.
- Choose...: (button): Alternatively, the file path can be choosen via a standard file picker dialog by clicking this button.
- Mode: (popup menu): File write mode. One of:
- Append: The information is added to the end of the file.
- Prepand: The information is added to the beginning of the file.
- Overwrite: The entire contents of the file are replaced with the information.
- Information to be written: (text): The information to be written to the file.
AppleScript | Copy / Move Files | Bubbles! | G15 Keyboard Display | Growl Notification | iChat Control | iTunes Control | Key Press | Launch Application | Load Clipboard | Open File | Open URL | Post Tweet | PowerMate Light | radioSHARK | Screen Message | Scroller | Skype | Sound Play | Speak Message | Spotlight | Store Value | Write to File


