Here are the functions specific to LME for Pocket PC.
Clear console.
clc
clc clears the output text field.
Root path of LME.
str = lmepath
lmepath gives the root path of the LME application in the file system of the Pocket PC.
p = lmepath p = \Program Files\Calerga\
Get or change path of library files.
path str = path path(str) path(str1, str2)
Without arguments, path displays the path of all directories where library files are searched by use.
With an output argument, path returns all the paths separated by semicolons.
With an input argument, path(p) sets the paths to the contents of string p, which must be a list of semicolon-separated paths. On Windows CE, all paths must be absolute (they begin with a backslash). Backslashes must be written twice, since they are an escape character in LME string literals.
With two input arguments, path(p1,p2) sets the paths to those contained in strings p1 and p2. With this syntax, one of p1 or p2 is typically a call to path itself. This permits to prepend or append new paths to the existing ones.
path(path, '\\Other LME Libraries');