Thursday, October 5, 2017

Get the next unique file name

//Get the next unique file name

Input:
fileOriginalsPath (path folder)
fileName

fileNameTemp = Global::fileNameNext(fileOriginalsPath + fileName);

No comments:

Post a Comment

Copy Markup charges while posting purchase invoice using X++

 Copy Markup charges while posting purchase invoice using X++ Class: Important: Code logic is just for Reference.  New class => Duplicate...