brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Figure out the best way to deal with Windows path names #279

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by gruehle Wednesday Feb 15, 2012 at 21:26 GMT Originally opened as https://github.com/adobe/brackets/issues/281


Full pathnames on windows begin with something like "C:..". When CEF loads a file with a full windows pathname, the window.location.href property adds an initial "/" to the path name ("/C:..."). We have worked around this in a few places in the code.

We need to figure out the best way to handle this and apply it consistently everywhere.

core-ai-bot commented 3 years ago

Comment by peterflynn Tuesday Feb 21, 2012 at 18:59 GMT


Is this a dupe of issue #229?

core-ai-bot commented 3 years ago

Comment by gruehle Tuesday Feb 21, 2012 at 19:03 GMT


Closing as dupe of #229.