mApplication.openContainingFolder()

Availability

SupportPCMacPackage (AS3) / Scope (AS2)
ActionScript 3.0

4.0 or later

4.0 or later

stm.mprojector.mApplication

ActionScript 2.0

2.0 build 'db' or later

1.0 or later

global

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().

ActionScript 3.0 Example:

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

import stm.mprojector.mApplication;

mApplication.openContainingFolder();

ActionScript 2.0 Example:

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

mApplication.openContainingFolder();

Code Examples

mProjector Class Basics