Created
February 1, 2019 09:15
-
-
Save konratnox/ee1037cce1153edaa4bc0aca726d6e14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$io = CBXVirtualIo::GetInstance(); - класс для работы с файлами публичной части, которые создаются пользователями или лежат в папках, создаваемых пользователями. | |
CTempFile - класс CTempFile для работы с временными файлами. | |
CTempFile ::GetFileName() возвращает имя, которое можно использовать для создания временного файла. | |
CTempFile::GetDirectoryName() возвращает временную папку. | |
CTempFile::GetAbsoluteRoot() - получить абсолютный путь до временной папки |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment