Re: Linking files

2007-08-30 Thread Bill Luebkert
Paco Zarabozo A. wrote: > Hello All, > > I'm working on a script that needs to make a backup of somefiles in some > point. However, the link function doesn't make a copy of the files. If i > link a file and then write to any of those files, any changes affect to > both files just like if they

Linking files

2007-08-30 Thread Paco Zarabozo A.
Hello All, I'm working on a script that needs to make a backup of somefiles in some point. However, the link function doesn't make a copy of the files. If i link a file and then write to any of those files, any changes affect to both files just like if they were the same file. This is strange o