Mioplanet Documentation Center
Resources and Help
HomeProductsMioScriptJavaScriptTechNotesPHP
   Home | MioScript | path.other SEARCH    

  Functions
path.app
path.cookies
path.desktop
path.favorites
path.getSystemFolder
path.history
path.install
path.log
path.other
path.personal
path.programFiles
path.programs
path.recent
path.rsc
path.startMenu
path.startup
path.system
path.temp
path.windows

  MioScript Reference
> Statements
app...
browser...
dialog...
disk...
draw...
extern...
filename...
keyboard...
menu...
mio...
mouse...
num...
path...
pushButton...
reg...
RS232...
sci...
screen...
shortcut...
sound...
str...
system...
time...
var...
window...

Function
path.other

Language: MioScript
Product: MioFactory


Syntax

path.other(KeyName, Filename)


Parameters

STRINGKeyNameOptional.
Key name of the folder as stored in the registry database.
STRINGFilenameOptional.
Name of the file, with no path, to be concatened to the path.


Return value

Path and filename, if any.



Description

Returns the path specified in the registry database with the key provided.

The key name can be appData, sendTo, etc.




MioScript Sample Code

// Opens the folder with Windows Explorer

system.execute(path.other("sendTo"))