User manual
Automation Protocol Filename-Based Commands
Miranda Technologies Ltd Page 91
The folder name alias is a string which can be one of the following
• $VIDEO: Image directory
• $AUDIO: Audio directory
• $FONTS: Font directory
Example:
void QueryFirstFile ()
{
remote_send("R4%s","$VIDEO");
}
The information returned is:
Format Field Description
%c%c Cmd R4
%1x End of directory 1 = End of directory reached, 0 = Otherwise.
%s Filename Name of the file, or
“unknown” if directory does not exist, or
“end” if end of directory reached
Query Subsequent File R5
This command is used in conjunction with R4 to request all the files from a
specific directory on the Imagestore.
The order of the filenames retrieved is generally alphabetical.
CMD Param_1
R5 Folder name alias
The folder name alias is a string which can be one of the following
• $VIDEO: Image directory
• $AUDIO: Audio directory
• $FONTS: Font directory
The information returned is in exactly the same format as for the ‘R4’
command, but with ‘R5’ as the command code.