Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
JonasKlim
Posted - 12/20/2017 : 10:40:02 AM Hello,
Could you please help with a code to change file path, since the following code (copied from samples) results in an error:
string fns$, path$=system.path.program$ + "C:\Users\Jonas\OneDrive\Documents\FTMC\Matavimai\2017-09-21\"; path$=; findfiles fname:=fns$ ext:="*.dat"; // find matching files in 'path$' int n = fns.GetNumTokens(CRLF); // Number of files found; n=;
Posted - 12/20/2017 : 3:57:33 PM Your path was not setup right. You should just set it to where you want, no need to combine with system.path.program$ at all, so change first line to