in reply to Re: error handling using symlink
in thread error handling using symlink
This is known to us.$stat=symlink("oldfile","newfile");
}if(-e $oldfile) { #create symlink } else { #Report $oldfile doesnt exist!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: error handling using symlink
by doubledecker (Scribe) on Jun 18, 2012 at 09:11 UTC | |
by MidLifeXis (Monsignor) on Jun 18, 2012 at 13:05 UTC |