1 // MacTF.scriptTerminology
5 "Name" = "MacTF suite";
6 "Description" = "MacTF specific classes.";
9 "Name" = "application";
10 "PluralName" = "applications";
11 "Description" = "MacTF's top level scripting object.";
14 "Name" = "UIelements";
16 "Description" = "A general class controlling all the UIElements including overall functions for uploading and downloading";
19 "Name" = "current Path";
20 "Description" = "The path the Topfield is currently displaying";
27 "Name" = "uploadFile";
28 "Description" = "upload a file";
32 "Description" = "The file to upload should follow, quoted";
36 "Description" = "The path on the Topfield should follow, quoted";
41 "Name" = "downloadFile";
42 "Description" = "download a file";
46 "Description" = "The path on the Topfield of the file to download should follow, quoted";
50 "Description" = "The path to download to should follow, quoted";
55 "Name" = "deleteFile";
56 "Description" = "delete a file";
60 "Description" = "The path on the Topfield of the file to delete should follow, quoted";
66 "Description" = "connect to the Topfield";
69 "Name" = "disconnect";
70 "Description" = "disconnect from the Topfield";