- Fcntl::F_SETLKW -- Fcntl
- Fcntl::F_UNLCK -- Fcntl
- Fcntl::F_WRLCK -- Fcntl
- Fcntl::O_APPEND -- Fcntl
- Fcntl::O_CREAT -- Fcntl
- Fcntl::O_EXCL -- Fcntl
- Fcntl::O_NDELAY -- Fcntl
- Fcntl::O_NOCTTY -- Fcntl
- Fcntl::O_NONBLOCK -- Fcntl
- Fcntl::O_RDONLY -- Fcntl
- Fcntl::O_RDWR -- Fcntl
- Fcntl::O_TRUNC -- Fcntl
- Fcntl::O_WRONLY -- Fcntl
- File
- File -- File
- File and directory operations -- ruby-src:ruby/doc/shell.rd
- File#chmod(mode) -- File
- File#chown(owner, group) -- File
- File#flock (ruby 1.6 feature) -- ruby 1.6 feature
- File#flock(operation) -- File
- File#path -- File
- File#truncate(length) -- File
- File.FNM_CASEFOLD -- File
- File.FNM_DOTMATCH -- File
- File.FNM_NOESCAPE -- File
- File.FNM_PATHNAME -- File
- File.atime(filename) -- File
- File.basename (DOSISH 対応) -- DOSISH 対応
- File.basename(filename[, suffix]) -- File
- File.chmod(mode, files[, ...][, verbose = false]) -- ftools.rb
- File.chmod(mode[, filename[, ...]]) -- File
- File.chown(owner, group[, filename[, ...]]) -- File
- File.cmp(from, to[, verbose = false]) => true or false -- ftools.rb
- File.compare(from, to[, verbose = false]) => true or false -- ftools.rb
- File.copy(from, to[, verbose = false]) => true or false -- ftools.rb
- File.cp(from, to[, verbose = false]) => true or false -- ftools.rb
- File.ctime(filename) -- File
- File.delete(filename ... ) -- File
- File.dirname (DOSISH 対応) -- DOSISH 対応
- File.dirname(filename) -- File
- File.dirname, File.expand_path, File.join (ruby 1.7 feature) -- ruby 1.7 feature
- File.expand_path (DOSISH 対応) -- DOSISH 対応
- File.expand_path(path[, default_dir]) -- File
- File.extname(filename) -- File
- File.fnmatch (DOSISH 対応) -- DOSISH 対応
- File.fnmatch(pattern, path[, flag]) (ruby 1.7 feature) -- ruby 1.7 feature
- File.fnmatch(pattern, path[, flags]) -- File
- File.fnmatch?(pattern, path[, flag]) (ruby 1.7 feature) -- ruby 1.7 feature
- File.fnmatch?(pattern, path[, flags]) -- File
- File.ftype(filename) -- File
- File.install(from, to[, mode = nil[, verbose = false]]) -- ftools.rb
- File.join (DOSISH 対応) -- DOSISH 対応
- File.join(item, item, ...) -- File
- File.lchmod (ruby 1.7 feature) -- ruby 1.7 feature
- File.lchmod(mode[, filename[, ...]]) -- File
- File.lchown (ruby 1.7 feature) -- ruby 1.7 feature
- 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 (ruby 1.7 feature) -- ruby 1.7 feature
- File.open(path[, mode [, perm]]) -- File
- File.open(path[, mode [, perm]]) {|file| ... } -- 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.split (DOSISH 対応) -- DOSISH 対応
- File.split(pathname) -- File
- File.stat(filename) -- File
- File.symlink(old, new) -- File
- File.truncate(path, length) -- File
- File.umask([umask]) -- File
- File.unlink(filename ... ) -- File
- File.utime(atime, mtime[, filename[, ...]) -- File
- File::ALT_SEPARATOR -- File
- File::ALT_SEPARATOR (ruby 1.6 feature) -- ruby 1.6 feature
- File::Constants -- File
- File::Constants
- File::Constants -- File::Constants
- 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