Added support for attribute searching with extend fcbs.
Added support for volume label searching on Virtual Drives. Added warnings for volume searching on Drive Fat. Improved support for Filelabel searching on drive_local to include fcbfinds Added Drivelabel "DOSBOX" to Virtual Drives. Changed default Label for localdrives to "NO_LABEL". Made DOS_FindFirst fcb finds aware. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1770
This commit is contained in:
parent
55b9530a56
commit
67253f9e9b
8 changed files with 44 additions and 22 deletions
|
@ -16,7 +16,7 @@
|
|||
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
/* $Id: dos_system.h,v 1.22 2004-04-13 12:08:43 qbix79 Exp $ */
|
||||
/* $Id: dos_system.h,v 1.23 2004-04-18 14:49:48 qbix79 Exp $ */
|
||||
|
||||
#ifndef DOSSYSTEM_H_
|
||||
#define DOSSYSTEM_H_
|
||||
|
@ -217,7 +217,7 @@ public:
|
|||
virtual bool RemoveDir(char * _dir)=0;
|
||||
virtual bool MakeDir(char * _dir)=0;
|
||||
virtual bool TestDir(char * _dir)=0;
|
||||
virtual bool FindFirst(char * _dir,DOS_DTA & dta)=0;
|
||||
virtual bool FindFirst(char * _dir,DOS_DTA & dta,bool fcb_findfirst=false)=0;
|
||||
virtual bool FindNext(DOS_DTA & dta)=0;
|
||||
virtual bool GetFileAttr(char * name,Bit16u * attr)=0;
|
||||
virtual bool Rename(char * oldname,char * newname)=0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue