mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-07-10 23:03:14 +08:00
abbr
This commit is contained in:
@ -16,7 +16,7 @@ int main()
|
||||
CHtmlFile2 oFile;
|
||||
|
||||
// Файл, который открываем
|
||||
std::wstring sFile = NSFile::GetProcessDirectory() + L"/../../../examples/test2.xhtml";
|
||||
std::wstring sFile = NSFile::GetProcessDirectory() + L"/../../../examples/test4.xhtml";
|
||||
|
||||
// Директория, где будем создавать xhtml
|
||||
std::wstring sOutputDirectory = NSFile::GetProcessDirectory() + L"/res";
|
||||
|
||||
Reference in New Issue
Block a user