Sunday, June 26, 2011

Ax Directory Path X++

 Hi,
 Below are the useful paths.

To get Axapta directory path:

xinfo::directory(directorytype::Temp);
xinfo::directory(directorytype::appl);

To get local directory temp path:
WinApi::getTempPath()

Thanks.

No comments:

Post a Comment