Copyright © tutorialspoint.com
Syntax
Definition and UsageCreates a new file name, NEWFILE, linked to the file OLDFILE. The function creates a hard link; if you want a symbolic link, use the symlink function. Return Value0 on failure and 1 on success ExampleTry out following example: This will create new file using existing file.
|
Copyright © tutorialspoint.com