Alex4SSB / ADB-Explorer

A fluent UI for ADB on Windows
MIT License
400 stars 33 forks source link

Unable to work with files that have special characters like "$" in their name. #179

Closed BitingChaos closed 1 year ago

BitingChaos commented 1 year ago

Using v0.8.23090.

Create a text file named "MyFile$.txt" (doesn't matter what is in it).

Try to push it and ADB Explorer does this:

"Error: cannot stat 'C:\\MyFile\$.txt': No such file or directory"

It's a valid file name, and doing "adb push C:\MyFile$.txt /mnt/SDCARD" from the command line works. ADB Explorer seems to be trying to add an escape before the special character (note the extra backslash in front of the dollar sign).