Specifications

6 Version 2.0
IsRootShell
Judges whether the active Shell is the root shell. See the IsRootShell()
function description below.
EnablePageBreak
Enables the page break output mode. See the EnablePageBreak() function
description below.
DisablePageBreak
Disables the page break output mode. See the DisablePageBreak() function
description below.
GetPageBreak
Gets the enable status of the page break output mode. See the GetPageBreak()
function description below.
GetDeviceName
Gets the name of the device specified by the device handle. See the
GetDeviceName() function description below.
GetFileInfo
Return information about a specific file handle. See the GetFileInfo() function
description below.
SetFileInfo
Change information about a specific file handle. See the SetFileInfo() function
description below.
OpenFileByName
Given a file name, open a file and return a file handle. See the
OpenFileByName() description below.
CloseFile
Close an open file. See the CloseFile() description below.
CreateFile
Create a new file. See the CreateFile() function description.
ReadFile
Read data from a file. See the ReadFile() function description.
WriteFile
Write data to a file. See the WriteFile() function description.
DeleteFile
Delete a file. See the DeleteFile() function description.
DeleteFileByName
Delete a file by name. See the DeleteFileByName() function description.
SetFilePosition
Change the current read/write position within a file. See the SetFilePosition()
function description.