diff --git a/content/io.js b/content/io.js index 8a687367..5fa67c1a 100644 --- a/content/io.js +++ b/content/io.js @@ -136,7 +136,7 @@ liberator.IO = function () //{{{ // go directly to an absolute path or look for a relative path // match in 'cdpath' - if (/^(~|\/|\.\/|\.\.\/)/.test(args)) + if (/^(~|\/|[a-z]:|\.\/|\.\.\/)/i.test(args)) { // TODO: apparently we don't handle ../ or ./ paths yet if (liberator.io.setCurrentDirectory(args))