link (sourcefile, destination); Creates a hard link to an existing file. A hard link is a new inode that points to an existing data stream; that is, it's a duplicate directory entry for an existing file. The duplicate has a different name and different permissions and access times. Only the inode field (from the stat function) is identical to the original. -----Original Message----- From: Michael Pastore [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 9:13 AM To: [EMAIL PROTECTED] Subject: copying a file without using module File::Copy
Hello All, Is the only way to copy a file from one directory to another by using the copy module...? Would anyone have a snipet of code copying a file from one dir to another... Any assistance would be appreciated... Thank you, Mike -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]