Thursday, September 16, 2010

Get Axapta Application Different Directory Path

To Access different Axapta Application Directory path:

static void DirectoryPathTest(Args _args)
{
    Filepath temppath;
    ;
   
    temppath = xinfo::directory(directorytype::Bin);
    print temppath;
    pause;
}

Thanks,
/Ashlesh

No comments:

Post a Comment