This function is equivalent to the AmigaDOS Open(), except that this function will remember that the file is open when you do a CloseLibrary(ArpBase) and close it for you. This is part of the Resource tracking of ArpLib, which also tracks memory allocations and Locks.
INPUTS
name
pointer to a null terminated string.
accessmode
- pointer to a valid AmigaDOS access mode.
RESULT
A BPTR to a filehandle, or NULL, if an error occurred.