diff --git a/content/io.js b/content/io.js index c26a7af3..5c072e31 100644 --- a/content/io.js +++ b/content/io.js @@ -142,7 +142,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))