Open Image Dialog Location Field Slashes - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: Open Image Dialog Location Field Slashes (/Thread-Open-Image-Dialog-Location-Field-Slashes) Pages:
1
2
|
RE: Open Image Dialog Location Field Slashes - Ofnuts - 12-06-2023 (12-06-2023, 12:47 PM)Punchcard Wrote:(12-06-2023, 11:33 AM)PixLab Wrote:(12-06-2023, 08:16 AM)Ofnuts Wrote: https://en.wikipedia.org/wiki/Microsoft_POSIX_subsystem Also, the backward slash is very awkward to type on AZERTY keyboards, and in code, you often have to double it. The horror in the story is that in PC-DOS/MS-DOS 1.x, command line arguments could start with either / or the Unix-like -. Then DOS 2.0 introduced directory trees and to avoid ambiguities with the / in arguments, they went with h the \ as a path separator and the /as a command prefix, dropping the - in the process. So with the right person at the right IBM-Microsoft meeting, we could have Unix-style path names in Windows. RE: Open Image Dialog Location Field Slashes - Tas_mania - 12-06-2023 Quote:Because I have a file with a couple thousand lines that contain file paths like this: Q:/photo/image-005.tif (produced by exiftool). I'm wondering what filesystem Q drive is formatted with? Is it a filesystem windows doesn't understand but Gimp does? RE: Open Image Dialog Location Field Slashes - Punchcard - 12-06-2023 (12-06-2023, 07:38 PM)Tas_mania Wrote:Quote:Because I have a file with a couple thousand lines that contain file paths like this: Q:/photo/image-005.tif (produced by exiftool). Drive Q is an external (USB) SSD, NTSB. The issue, such as it is, has the feel of a shortfall in parsing the file path. If I must complain, I suppose I could claim gimp ought to have told me it disliked my file path. Of course, if gimp calls a built-in Windows parser, it relies on error status from the parser. If the parser reports there is nothing in the field, gimp can do nothing. |