Thank you for replying,
Roster.txt is a roster file that contains 75 user names. This file is used with the Merak Instant Messaging server and with Miranda Instant messanger, both which use the jabber protocol to communicate.
Each user has a folder which is called their username (whatever it may be). Inside that folder is a folder called ~IM then inside that folder is the roster.txt file. I too have a copy of the roster.txt file. I make changes to this file when need be then copy it into the user folders so that their roster.txt file is also updated.
I don't know much about coding however. I've tried using junction points in windows (which are similiar to symbolic links as used in unix) however junction points only create a link to a directory - i need FILE link junctions - because there are other files within the users folder other then roster.txt.
Can someone please help me out.
Thank you for your time,
Nick
my O.S. is winXP pro
Quote:
|
Originally Posted by Skeleton Man
May I ask what the purpose of this file is ? There may be a better alternative to 75 copies of the same file.. If you really have to do this, use the File::Find module; this will get you a recursive listing of a given directory, from which you can work on your own code to copy a file or whatever...
|