mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
one StringBuilder
This commit is contained in:
@ -15,7 +15,7 @@ void readFile( XmlUtils::CXmlLiteReader& oLightReader)
|
||||
int main()
|
||||
{
|
||||
// Файл, который открываем
|
||||
std::wstring sFile = NSFile::GetProcessDirectory() + L"/../../../examples/test3.html";
|
||||
std::wstring sFile = NSFile::GetProcessDirectory() + L"/../../../examples/test2.html";
|
||||
|
||||
// Директория, где будем создавать xhtml
|
||||
std::wstring sOutputDirectory = NSFile::GetProcessDirectory() + L"/res";
|
||||
|
||||
Reference in New Issue
Block a user