You are here

CleanTemp problem

2 posts / 0 new
Last post
hypersonic
Offline
Last seen: 5 years 1 month ago
Joined: 2018-06-04 21:55
CleanTemp problem

I have CleanTemp=true for an app I made and cleans up well until I click a link from withing the app that takes me to a web page, the link forces the portable to close then the folder in temp stays behind. If I launch a second time it cleans up the temp folder. The force close cleans up well except temp any fix to clean temp without having to launch twice? I could just avoid clicking any links but would like to know if their is a solution.

John T. Haller
John T. Haller's picture
Online
Last seen: 11 min 7 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Launching Other Apps

When you launch another app, it inherits the environment variables of the app that launched it. As such, it's usually best to avoid launching one app from another. For something like this, it's best to do it with portable browsers. With a local browser, it could mess things up a bit. In the future, most apps will be inheriting a special TEMP directory from the PA.c Platform that they all share.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments