- File.expand_path(path[, default_dir]) -- File
- File.extname(filename) -- File
- File.file?(path) -- File
- File.fnmatch(pattern, path[, flags]) -- File
- File.fnmatch?(pattern, path[, flags]) -- File
- File.ftype(filename) -- File
- File.grpowned?(path) -- File
- File.install(from, to[, mode = nil[, verbose = false]]) -- ftools.rb
- File.join(item, item, ...) -- File
- File.lchmod(mode[, filename[, ...]]) -- File
- File.lchown(owner, group[, filename[, ...]]) -- File
- File.link(old, new) -- File
- File.lstat(filename) -- File
- File.makedirs(dirs[, ...][, verbose = false]) -- ftools.rb
- File.mkpath(dirs[, ...][, verbose = false]) -- ftools.rb
- File.move(from, to[, verbose = false]) => true or false -- ftools.rb
- File.mtime(filename) -- File
- File.mv(from, to[, verbose = false]) => true or false -- ftools.rb
- File.new(path[, mode [, perm]]) -- File
- File.open(path[, mode [, perm]]) -- File
- File.open(path[, mode [, perm]]) {|file| ... } -- File
- File.owned?(path) -- File
- File.pipe?(path) -- File
- File.readable?(path) -- File
- File.readable_real?(path) -- File
- File.readlink(path) -- File
- File.rename(from, to) -- File
- File.rm_f(files[, ...][, verbose = false]) -- ftools.rb
- File.safe_unlink(files[, ...][, verbose = false]) -- ftools.rb
- File.setgid?(path) -- File
- File.setuid?(path) -- File
- File.size(path) -- File
- File.size?(path) -- File
- File.socket?(path) -- File
- File.split(pathname) -- File
- File.stat(filename) -- File
- File.sticky?(path) -- File
- File.symlink(old, new) -- File
- File.symlink?(path) -- File
- File.truncate(path, length) -- File
- File.umask([umask]) -- File
- File.unlink(filename ... ) -- File
- File.utime(atime, mtime[, filename[, ...]]) -- File
- File.writable?(path) -- File
- File.writable_real?(path) -- File
- File.zero?(path) -- File
- File::ALT_SEPARATOR -- File
- File::Constants -- File
- File::Constants::APPEND -- File::Constants
- File::Constants::BINARY -- File::Constants
- File::Constants::CREAT -- File::Constants
- File::Constants::EXCL -- File::Constants
- File::Constants::FNM_CASEFOLD -- File::Constants
- File::Constants::FNM_DOTMATCH -- File::Constants
- File::Constants::FNM_NOESCAPE -- File::Constants
- File::Constants::FNM_PATHNAME -- File::Constants
- File::Constants::FNM_PERIOD -- File::Constants
- File::Constants::LOCK_EX -- File::Constants
- File::Constants::LOCK_NB -- File::Constants
- File::Constants::LOCK_SH -- File::Constants
- File::Constants::LOCK_UN -- File::Constants
- File::Constants::NOCTTY -- File::Constants
- File::Constants::NONBLOCK -- File::Constants
- File::Constants::RDONLY -- File::Constants
- File::Constants::RDWR -- File::Constants
- File::Constants::SYNC -- File::Constants
- File::Constants::TRUNC -- File::Constants
- File::Constants::WRONLY -- File::Constants
- File::PATH_SEPARATOR -- File
- File::SEPARATOR -- File
- File::Separator -- File
- File::Stat -- File
- File::Stat#<=>(other) -- File::Stat
- File::Stat#atime -- File::Stat
- File::Stat#blksize -- File::Stat
- File::Stat#blockdev? -- File::Stat
- File::Stat#blocks -- File::Stat
- File::Stat#chardev? -- File::Stat
- File::Stat#ctime -- File::Stat
- File::Stat#dev -- File::Stat
- File::Stat#directory? -- File::Stat
- File::Stat#executable? -- File::Stat
- File::Stat#executable_real? -- File::Stat
- File::Stat#file? -- File::Stat
- File::Stat#ftype -- File::Stat
- File::Stat#gid -- File::Stat
- File::Stat#grpowned? -- File::Stat
- File::Stat#ino -- File::Stat
- File::Stat#mode -- File::Stat
- File::Stat#mtime -- File::Stat
- File::Stat#nlink -- File::Stat
- File::Stat#owned? -- File::Stat
- File::Stat#pipe? -- File::Stat
- File::Stat#rdev -- File::Stat
- File::Stat#rdev_major -- File::Stat
- File::Stat#rdev_minor -- File::Stat
- File::Stat#readable? -- File::Stat
- File::Stat#readable_real? -- File::Stat
- File::Stat#setgid? -- File::Stat
- File::Stat#setuid? -- File::Stat