I want to pass the file path as a parameter to an executable file from PHP, and the file path may contain spaces. The executable does not seem to process quotes around the parameter, so I thought that maybe I could pass the short DOS name instead of the long name.
Does PHP know anything about old-style DOS 8.3 file names?
source
share