Frage

I copy a file like this:

require 'fileutils'
FileUtils.copy(source_file, dest_file)

I would like to know if this operation succeeded, and if not, what was the error.

Where could I find the exceptions that can be thrown?

War es hilfreich?

Lösung

Because it is not documented, you have to check the source.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top