These commands are available in various Hecl extensions, that
may or may not be available in different environments.
- cd — Change working directory.
- copy — Copy a Hecl value.
- currentfile — The file currently being sourced.
- filetolist — Takes a filename and returns a list.
- listtofile — List to file takes
a list and transforms it into a filename, adding the correct
file seperator for the platform in question.
- readall — Reads an entire file and returns its contents.
- source — Evaluate Hecl script in a file.
J2ME systems do not always have a file system, so these are
not necessarily available for that environment.