
RASExpress User Guide
158 CommPlete Communications Server
GETFILEDATE
getfiledate(string file_name, var string buffer) : integer;
Gets the date on the specified file.
GETFILESIZE
getfilesize(string file_name) : integer;
Gets the size of the file in bytes.
GETFILETIME
getfiletime(string file_name, var string buffer) : integer;
Gets the time on the specified file.
ISFILE
isfile(string path_name) : integer;
Checks if the path_name is a directory or not.
MKDIR
mkdir(string path_name) : integer;
Creates the directory in the specified path.
RMDIR
rmdir(string path_name) : integer;
Removes the directory in the specified path.
SETFILEATTR
setfileattr(string file_name, integer attribute) : integer;
Sets the attribute for the specified file.
SETFILEDATE
setfiledate(string file_name, file_date) : integer;
Sets the date for the specified file.
SETFILETIME
setfiletime(string file_name, file_time) : integer;
Sets the time for the specified file.
Connection Information and Control
CONNECTED
connected : integer;
Indicates if a connection is initialized.
DROPCONNECTION
dropconnection;
Terminates the current connection.
Komentáře k této Příručce