Argox PA-20 Programming Guide User Manual
Page 19
![background image](https://www.manualsdir.com/files/772043/content/doc019.png)
PT-20 Programming Guide
17
Format disk D.
Checking the total space in disk C.
Checking the total space in disk D.
Checking the used space in disk C.
Checking the used space in disk D.
Checking the free space in disk C.
Checking the free space in disk D.
Get the folder quantity in designate path.
Get the file quantity in designate path.
Get the folder information in designate path.
Get the file information in designate path.
Use _fclose to close a file opened earlier for buffered
input/output using _fopen.
Use _fcloseAll to close all files opened for buffered
input/output with _fopen or tmpfile.
Use _filelength to dertimine the length of a file in bytes.
Use _fopen to open a file for buffered input/output
operations.
Use _fread to read a specified number of data items, eachof
a given size, from the current position in a file opened for
buffered input. The current position is updated after the
read.
Use _fseek to move to a new position in a file opened for
buffered input/output.
Use _fwrite to write a specified number of data itmes, each
of a given size, from a buffer to the current position in a file
opened for buffered output. The current position is updated
after the write.
Use “Ini_Search” can initiate the file search function in disk.
Use “Ini_SearchAdv” can initiate the advance file search
function in disk
Close the file search function in Disk C and D.
Search the designated field.
Search the designated field; After searching success,
acquiring the record which includes this field.
Search the designated field; After searching success,
acquiring the appointed field in including this field’s record.