xInfo::directory Method [AX 2012]
Retrieves the path to the directory where the Microsoft Dynamics AX client has been installed.
client server public static str directory(DirectoryType type)
Run On
ClientOrServerParameters
- type
- Type: DirectoryType Enumeration
A DirectoryType enumeration value that indicates one of the subfolders of the client installation.
Return Value
Type: strA string that contains the path to the directory that is specified by the DirectoryType parameter.
Show: