pathname.make_link(old) Instance Public methods Creates a hard link at pathname. See File.link.
pathname.make_symlink(old) Instance Public methods Creates a symbolic link. See File.symlink.
mkdir(p1 = v1) Instance Public methods Create the referenced directory. See Dir.mkdir.
mkpath() Instance Public methods Creates a full path, including any intermediate directories that don't yet exist. See FileUtils.mkpath and FileUtils.mkdir_p
mountpoint?() Instance Public methods Returns true if self points to a mountpoint.
pathname.mtime â time Instance Public methods Returns the last modified time of the file. See File.mtime.
open(p1 = v1, p2 = v2, p3 = v3) Instance Public methods Opens the file for reading or writing. See File.open.
opendir() Instance Public methods Opens the referenced directory. See Dir.open.
owned?() Instance Public methods See FileTest#owned?.
parent() Instance Public methods Returns the parent directory. This is same as self + '..'.
Page 787 of 11844