Jan 24, 2003 #1 louvail Technical User Dec 13, 2002 2 US Is their a perl alternative for rename() since I need to copy a file across file systems? Currently, I am doing system('mv ...') or `mv ...`.
Is their a perl alternative for rename() since I need to copy a file across file systems? Currently, I am doing system('mv ...') or `mv ...`.
Jan 24, 2003 #2 rosenk Programmer Jan 16, 2003 403 You can use the [tt]move()[/tt] function of File::Copy Upvote 0 Downvote