Suggestion : File Object
To use this plugin, simply drag it on the layout.
EVENTS =
File.LoadText = "c:\text.txt"
File.SaveText = "c:\text.txt"
File.LoadCache* = "c:\file.exe"
File.ClearCache**
File.Cut = "c:\directory\"
File.Copy = "c:\directory\"
File.Delete
--- --- ---
*Loads a file into cache
**Clears the cache
--- --- ---
The plugin works this way :
if you need to load a text, assign it to a variable
Global('text') = File.LoadText("c:\text.txt")
if you need to paste/cut/copy, do like this
File.LoadCache("c:\file.exe")
File.Copy = "c:\directory\"
File.ClearCache