Skip to content

BizArk.Core.Application.GetTempPath

Brian Brewder edited this page Mar 31, 2017 · 1 revision

Back to BizArk.Core.Application

Gets the path to the temporary directory for this application. This is a sub-directory off of the system temp directory named the same as the ExeName. If there is no ExeName, will just use the root temp directory.

Example: If the name of your executable is MyAwesomeTool.exe, the temp path would be this: C:\Path\To\Temp\MyAwesomeTool

Clone this wiki locally