tags:

views:

26

answers:

0

Hi

I face the error when I try to move one file from another. I'm sure that path is correct. The platform is windows. Permission is correct.

My code is below:

  unless File.exists?(f2)
    FileUtils.move(f1,f2)
  end

Note I don't face problem with every file.