Actions
Feature #12656
openExpand short paths with File.expand_path
Feature #12656:
Expand short paths with File.expand_path
Description
Currently File.expand_path expands short path only if it's last part.
Produces
With attached patch it will always be long path
This also fixes TestDir#test_glob test because it was failing due short path.
Files
Updated by shyouhei (Shyouhei Urabe) almost 10 years ago
- Status changed from Open to Assigned
- Assignee set to windows
Updated by abotalov (Andrei Botalov) over 8 years ago
This would be a good addition because "expand" means that the form should be long.
Actions