DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ FileDuplicate()

static bool PluginBase::FileDuplicate ( string source_name,
string dest_name )
inlinestaticprivate

См. определение в файле PluginFileHandler.c строка 3

4 {
5 return CopyFile(source_name, dest_name);
6 }
proto native bool CopyFile(string sourceName, string destName)
copy file. destName must be "$profile:" or "$saves:" location

Перекрестные ссылки CopyFile().

Используется в FileRename().