Project

General

Profile

Actions

Bug #14640

open

[win32] File.realpath treats a relative path with a drive letter as an absolute path.

Added by nobu (Nobuyoshi Nakada) almost 6 years ago. Updated over 5 years ago.

Status:
Open
Assignee:
Target version:
-
[ruby-core:86365]
Tags:

Description

When t exists in the current directory under the drive C:,

File.realpath("c:t") #=> No such file or directory @ realpath_rec - c:/t (Errno::ENOENT)

whereas File.expand_path returns Dir.pwd + "/t".

Actions #1

Updated by naruse (Yui NARUSE) over 5 years ago

  • Target version deleted (2.6)
Actions

Also available in: Atom PDF

Like0
Like0