⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (150 Bytes)
Bug #10374
ยป mvfail.rb
Demonstration -
Polyergic (Shad Sterling)
, 10/12/2014 11:38 PM
require
"fileutils"
FileUtils
.
symlink
(
"absent"
,
"test"
)
# create broken link
FileUtils
.
mv
(
"test"
,
"fail"
)
# moving that link fails with ENOENT
(1-1/1)
Loading...