__header__
Description
This tool allows the user the ability to load or save and object
within the step of a sequence without having to select the save load option during
the sequence.
the tool also support certain internet protocols for loading and saving
- http eg http://creativelifestyles.com/test/image.jpg
- ftp eg ftp://creativelifestyles.com/test/image.jpg
Inputs
FileArchive
any tool with the capability to load or save and has the capability of
completing file archiving (IFileArchive)
Parameters
Filename
The filename. If the file name is a url then it need to follows: (see wikipedia for more)
- the scheme name (commonly called protocol) a colon, two slashes
- a host, normally given as a domain name but sometimes as a literal IP address
- the full path of the resource url the
Archive
Save or Load or Unload
- 0 = Save
- 1 = Load(Default)
- 2 = Unload
- 3 = SetName
- 4 = SaveIfDirty
- 5 = Delete (unloads first)
- 6 = LoadIfNot (Loaded)
Save
this is legacy and is there to show how the tool was set up origonally
if checked will save else will load
__footer__