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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...