Hi,
I have new MultiDevice project:
uses
System.IOUtils
...
dir := TPath.Combine(TPath.GetDocumentsPath, 'plikZAparatu.jpg');
and when I add Timage to project, it adds FMX.Objects to uses ... and TPath.Combine or TPath.GetDocumentsPath stops working, errors:
- TPath does not contain a member named Combine
- TPath does not contain a member named GetDocumentsPath
how to make it work again ?