Microsoft Dynamic Ax Technical and Functional Information
Microsoft Dynamics Ax (2009 , 2012 - R3) Technical
Monday, 9 January 2017
Automatic Create Folder x++
static void CreateFolder(Args _args)
{
str path = 'C:\\2017\\Jan';
;
if (!WinApi::pathExists(path))
{
WinApi::createDirectoryPath(path);
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment