mApplication.openContainingFolder()

Availability

Windows: Flash 8 or 9 AS2.0 SWF + mProjector 3.0; Windows 98/ME/NT Support: Flash 7 SWF + mProjector 2.0 build 'db';

Macintosh: Flash 8 or 9 AS2.0 SWF + mProjector 1.0;

Usage

mApplication.openContainingFolder() : Void

Parameters

None.

Returns

Nothing.

Description

Method; Opens an Explorer (Windows) window or Finder (Mac OS X) window to the folder containing the application. This command replaces the Mac only command mApplication.revealInFinder().

Example

The following example opens window revealing the location of the application.

mApplication.openContainingFolder();

Code Examples

mProjector Class Basics -- mApplication