Tuesday 16 May 2017

Get Filepath and Filetype from Filename in ax 2012


str filePath;
str fileNameString;
str fileType;
     
         
[filePath, fileNameString, fileType]  =  fileNameSplit(fileName);

No comments:

Post a Comment