Umlaut has asked for the wisdom of the Perl Monks concerning the following question:
use Win32::OLE('in'); my $class = "HardLink.Object.1"; my $hardlink = new Win32::OLE($class); my $sNewFile = "D:\folder\somefile.txt"; my $sExistingFile = "D:\somefile.txt"; my $Result = $hardlink->CreateNewHardLink($sNewFile, $sExistingFile);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(tye)Re: Creating Hard links in Win2000?
by tye (Sage) on Apr 20, 2001 at 09:48 UTC | |
|
Re: Creating Hard links in Win2000?
by japhy (Canon) on Apr 20, 2001 at 06:14 UTC | |
|
Re: Creating Hard links in Win2000?
by premchai21 (Curate) on Apr 20, 2001 at 06:06 UTC |