+;--------------------------------------
+; possible interface to copy/follow,
+; add getFilename/path function?
+;--------------------------------------
+; INT 21,3C Create file using handle
+; INT 21,3D Open file using handle
+; INT 21,3E Close file using handle
+; INT 21,3F Read file or device using handle
+; INT 21,40 Write file or device using handle
+; INT 21,41 Delete file
+; INT 21,42 Move file pointer using handle
+; INT 21,43 Change file mode
+; INT 21,45 Duplicate file handle
+; INT 21,46 Force duplicate file handle
+; INT 21,56 Rename file
+; INT 21,57 Get/set file date and time using handle
+; INT 21,5A Create temporary file (3.x+)
+; INT 21,5B Create new file (3.x+)
+; INT 21,67 Set handle count (DOS 3.3+)
+