1
0
Fork 0

Added int 21 6c - Extended open

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1139
This commit is contained in:
Ulf Wohlers 2003-07-21 09:38:35 +00:00
parent e2f947a1c1
commit 5d93540ca0
3 changed files with 34 additions and 1 deletions

View file

@ -97,6 +97,7 @@ bool DOS_GetFileDate(Bit16u entry, Bit16u* otime, Bit16u* odate);
/* Routines for Drive Class */
bool DOS_OpenFile(char * name,Bit8u flags,Bit16u * entry);
bool DOS_OpenFileExtended(char *name, Bit16u flags, Bit16u createAttr, Bit16u action, Bit16u *entry, Bit16u* status);
bool DOS_CreateFile(char * name,Bit16u attribute,Bit16u * entry);
bool DOS_UnlinkFile(char * name);
bool DOS_FindFirst(char *search,Bit16u attr);