862  14

	 / 	
getdisk	int getdisk(void)  : 0  , 1    ..	dir.h
GetSystem Directory	UINT GetSystemDirectory( LPTSTR IpBuffer, UINT uSize) API Windows,    IpBuffer  uSize   Windows	
GetWindows Directory	UINT GetWindowsDirectory( LPTSTR IpBuffer, UINT uSize) API Windows,    IpBuffer  uSize  Windows	
isatty	int isatty(int handle)  ,     handle     : , , ,  	io.h '
mkdir	int mkdir(const char *path)  path;  0    -1	dir.h
remove	int remove(const char *filename),     filename;  0  -1	stdio.h
RemoveDir	bool RemoveDir(const System::AnsiString Dir)    Dir	SysUtils.hpp
rename	int rename(const char *oldname, const char *newname)  oldname,     newname;        ;  0  1	stdio.h ''
RenameFile	bool RenameFile( const System::AnsiString OldName, const System::AnsiString NewName)  OldName,     NewName;     NewName      OldName,  false	SysUtils.hpp
rmdir	int rmdir(const char *path)  path (,     );  0    1	dir.h
rtlchmod	int rtlchmod(const char *path, int func [, int attrib]) func = 0    ,  func = 1    attrib	io.h, dos.h