Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Временные файлы TC 
Author Message
vserd



PostPosted: Wed Mar 14, 2007 18:32    Post subject: Reply with quote

Доступа нет. Так как не нужно. В 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.
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group