# File lib/pathname.rb, line 1012
def
mkpath
require
'fileutils'
FileUtils
.
mkpath
(
@path
)
nil
end