Aspose::Cells::SaveOptions::SetCreateDirectory method

SaveOptions::SetCreateDirectory method

If true and the directory does not exist, the directory will be automatically created before saving the file.

void Aspose::Cells::SaveOptions::SetCreateDirectory(bool value)

Remarks

The default value is false.

See Also