Project

General

Profile

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)