fpc/rtl/zxspectrum/sysdir.inc
2020-04-26 23:01:20 +00:00

36 lines
1.0 KiB
PHP

{
This file is part of the Free Pascal run time library.
Copyright (c) 1999-2000 by Florian Klaempfl and Pavel Ozerski
member of the Free Pascal development team.
FPC Pascal system unit for the Win32 API.
See the file COPYING.FPC, included in this distribution,
for details about the copyright.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
**********************************************************************}
{*****************************************************************************
Directory Handling
*****************************************************************************}
Procedure do_MkDir(const s: rawbytestring);inline;
begin
end;
Procedure do_RmDir(const s: rawbytestring);inline;
begin
end;
Procedure do_ChDir(const s: rawbytestring);inline;
begin
end;
procedure do_GetDir (DriveNr: byte; var Dir: RawByteString);inline;
begin
end;