mirror of
https://github.com/unidoc/unioffice.git
synced 2025-05-01 13:48:55 +08:00

This ensures correctly formatted relative filenames on Windows. filepath.Clean uses the system seprator character, while path.Clean always uses a forward slash. Thanks to @AlexeyUzhva for noticing. Fixes #146