static void test_job(Args _args) { Filename filepath; Filename filename; Filename filetype; /* get info */ [ filepath, filename, filetype ] = Global::fileNameSplit( "c:\\temp\\readme.txt" ); /* show result */ info( filepath ); info( filename ); info( fileType ); }Output:
Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
Wednesday, June 27, 2018
AX - How to split path to file - to path, filename and extension
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment