Get Size of File
EazyLink Server, V4.5, protocol level 01
This request command returns the size of the specified Z88 file. The information returned is a string containing an ASCII representation of the integer value. The Client is responsible for converting it to a true integer, if necessary.
If the specified file cannot be found in the Z88 filing system, only ESC "Z" is returned.
------------------------------------------------------------------------------Client Server Action------------------------------------------------------------------------------<ESC "x"> Request for File Size<FileName><ESC "Z"> -> waiting fetching file... <ESC "N"> <Size> ASCII string, eg. "8192"waiting <- <ESC "Z"> File found. orwaiting <- <ESC "Z"> File not found.------------------------------------------------------------------------------