Application.path


 

Availability

 

Windows, Mac OSX

 

Usage

 

mdm.Application.path:String

 

Description

 

Contains the Application Path

 

Notes

 

Read Only.

 

Example

 

Simple Usage:

 

var myAppPath = mdm.Application.path;

 

 

To construct a path to a file located in the same directory as your Application:

 

var path = mdm.Application.path+"myImage.jpg";