Actions
Bug #2624
closedFileUtils.touch can err (windows)
Bug #2624:
FileUtils.touch can err (windows)
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 1.9.2dev (2010-01-06 trunk 26246) [i386-mingw32]
Backport:
Description
=begin
e:\dev\digitalarchive_trunk>irb
FileUtils.touch ('hidden:abc')
=> ["hidden:abc"]
Dir['hidd*']
=> ["hidden"] # touched the wrong file
=end
Actions