Quiz: File and Network

Attempt this short quiz to solidify the concepts learned in this section.

We'll cover the following...
Technical Quiz
1.

How can we convert a relative path to an absolute path in Ruby?

A.

By using the File.join method

B.

By using the File.expand_path method

C.

By using the File.dirname method

D.

By using the FileUtils.mv method


1 / 8