elGringo Posted December 9, 2016 Posted December 9, 2016 I diminish pics and need some folder to keep thumbnails before sending to Server. Which folder better to use for temporary operations on client? In VCL i just do something like thumbnailPicsDir:=ExtractFileDir(Application.EXEName)+'\thumbnailPics' but in UniGUI it is needed another one approach that will be reliable in most of cases, firstly i thought that it could be possible to use thumbnailPicsDir:=FilePath+'\thumbnailPics' where FIlePath is path to pic, but I see possible problem with rights Maybe some cache folder? It is better to be the folder that would be in most of cases... Quote
elGringo Posted December 9, 2016 Author Posted December 9, 2016 Zilav thank you ! And where will it be on PC in terms of directory? I mean something like this C:\DELPHI\MyStudyProjects\379_UniShowCase\Database Quote
zilav Posted December 11, 2016 Posted December 11, 2016 "Cache" folder in your unigui app root folder. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.