Go to: Synopsis. Return value. Keywords. Flags. MEL examples.

Synopsis

getModulePath [-moduleName string]

getModulePath is NOT undoable, NOT queryable, and NOT editable.

Returns the module path for a given module name.

Return value

string

Keywords

module

Flags

moduleName
Long name (short name) Argument types Properties
-moduleName(-mn) string create
The name of the module whose path you want to retrieve.

Flag can appear in Create mode of command Flag can appear in Edit mode of command
Flag can appear in Query mode of command Flag can be used more than once in a command.

MEL examples

getModulePath -moduleName "myModule";