Hello! I’m not sure if this issue has been raised before. It’s impossible to work with files containing the # symbol in their names.
For example:
fs.lstat('path/to/#1.jpg')parses the path only up to the#, so.isFile()returnsfalse.- Similarly, the module
storage.localFileSystem.getEntryWithUrl(path/to/#1.jpg)behaves the same way.
It’s also impossible to rename such files using UPX. However, the # symbol is allowed in file names on both macOS and Windows. Is this a bug?
Issue with files containing the # symbol in the name Issue with files containing the # symbol in the name