> > while renaming a file I am getting below error on windows > environment.. > > > > "Couldn't rename to : Permission denied Couldn't rename to : > > Permission denied Couldn't rename to : Permission denied > > > > Can any body suggest me...how to remove this error.. > > > By making sure you have permission to do the renaming. > > What are the permissions on the files? And who owns them?
I don't do any Windows development, so correct me if I'm wrong, but I think this error could happen if the file is in use as well. Ensure the file you are trying to mv (rename) is not open by any other application. Steve > > > > Owen > > > > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] For > additional commands, e-mail: [EMAIL PROTECTED] > <http://learn.perl.org/> <http://learn.perl.org/first-response> > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
