Hi
In Project -> Deployment
I added file: language.ini
and set Remote path: Startup\Documents\
the code:
fileNew := TPath.Combine(TPath.GetDocumentsPath, 'language.ini');
ShowMessage('fileNew: ' + plikNew + ', is there?: ' + BoolToStr(TFile.Exists(fileNew), True) );
TFile.Exists returns False,
what am I doing wrong ?
RAD Studio Berlin, IOS deployment