Jump to content

Which folder better to use for temporary operations on client?


elGringo

Recommended Posts

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...

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...