static void CreateFolder(Args _args)
{
str path = 'C:\\2017\\Jan';
;
if (!WinApi::pathExists(path))
{
WinApi::createDirectoryPath(path);
}
}
{
str path = 'C:\\2017\\Jan';
;
if (!WinApi::pathExists(path))
{
WinApi::createDirectoryPath(path);
}
}
Sharing insights and practical knowledge on Microsoft Dynamics 365 Finance & Operations, AX 2012, and X++ — blending technical depth with functional clarity to help you master ERP challenges.
Comments
Post a Comment