Search results for 'GetTemporaryDrectory'. 1 post(s) found.
When you need to access windows temp directory, you can get from environment variables.
Following is the example to Get Temporary Directory.
var
m_tempdir: string
.
.
.
m_tempdir := GetEnvironmentVariable('TEMP');
m_tempdir: string
.
.
.
m_tempdir := GetEnvironmentVariable('TEMP');
Another posts included in "Delphi"
| How to print external document ? (0) | 2009/09/09 |
| How to launch application ? (0) | 2009/09/09 |
| Is there directory selection VCL component in Delphi ? (0) | 2009/09/09 |
| Delphi API to get the current working directory (0) | 2009/09/03 |
| How to resize PNG file in Delphi ? (0) | 2009/09/03 |
| Get the length of arrays and a string (0) | 2009/08/22 |
| Delphi Pointer Types (0) | 2009/08/22 |
| How to read/wrtie INI file in Delphi ? (0) | 2009/08/21 |

Prev

Rss Feed