vserd
|
Posted: Wed Mar 14, 2007 18:32 Post subject: |
|
|
Доступа нет. Так как не нужно. В Win API есть такая функция GetTempPath, и нормальные программеры если нужно место под временные файлы используют ее, с учетом описания функции.
Quote: |
The GetTempPath function does not verify that the directory specified by the TMP or TEMP environment variables exists. The function gets the temporary file path as follows:
The path specified by the TMP environment variable.
The path specified by the TEMP environment variable, if TMP is not defined.
The Windows directory, if both TMP and TEMP are not defined.
Windows Me/98/95: The GetTempPath function gets the temporary file path as follows:
The path specified by the TMP environment variable.
The path specified by the TEMP environment variable, if TMP is not defined or if TMP specifies a directory that does not exist.
The current directory, if both TMP and TEMP are not defined or specify nonexistent directories.
|
|
|