Closed conhlee closed 11 months ago
Hello,
not sure to understand the issue you have.
can you explain more please ?
Hi,
On Windows systems, a path such as E:
is treated as a relative path and is appended to the current working directory. For instance, if your working directory is C:\Dir1\Dir2
and you attempt to navigate to E:
, the resulting path will be C:\Dir1\Dir2\E:
. So to fix this the path separator is concatenated to the path if not already present.
so only when you try to select a directory. right ?
The issue mainly occurs when selecting a drive
Appends PATH_SEP to
IGFD::FileManager::ComposeNewPath
result on non-UNIX systems (Windows) to prevent possible relative path