- 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.directory?(path) -- File
- File.dirname (DOSISH 対応) -- DOSISH 対応
- File.dirname [CHANGE] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File.dirname [CHANGE] (ruby 1.8 feature) -- ruby 1.8 feature
- File.dirname(filename) -- File
- File.executable?(path) -- File
- File.executable_real?(path) -- File
- File.exist?(path) -- File
- File.expand_path (DOSISH 対応) -- DOSISH 対応
- File.expand_path [CHANGE] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File.expand_path [CHANGE] (ruby 1.8 feature) -- ruby 1.8 feature
- File.expand_path(path[, default_dir]) -- File
- File.extname [new] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File.extname [new] (ruby 1.7 feature) -- ruby 1.7 feature
- File.extname(filename) -- File
- File.file?(path) -- File
- File.fnmatch [new] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File.fnmatch [new] (ruby 1.7 feature) -- ruby 1.7 feature
- File.fnmatch (DOSISH 対応) -- DOSISH 対応
- File.fnmatch(pattern, path[, flags]) -- File
- File.fnmatch? [new] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File.fnmatch? [new] (ruby 1.7 feature) -- ruby 1.7 feature
- 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 (DOSISH 対応) -- DOSISH 対応
- File.join [CHANGE] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File.join [CHANGE] (ruby 1.8 feature) -- ruby 1.8 feature
- File.join(item, item, ...) -- File
- File.lchmod [new] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File.lchmod [new] (ruby 1.7 feature) -- ruby 1.7 feature
- File.lchmod(mode[, filename[, ...]]) -- File
- File.lchown [new] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File.lchown [new] (ruby 1.7 feature) -- ruby 1.7 feature
- File.lchown(owner, group[, filename[, ...]]) -- File
- File.link [new] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File.link [new] (ruby 1.8 feature) -- ruby 1.8 feature
- 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 [bug] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File.open [bug] (ruby 1.7 feature) -- ruby 1.7 feature
- 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 (DOSISH 対応) -- DOSISH 対応
- 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 [new] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File.utime [new] (ruby 1.8 feature) -- ruby 1.8 feature
- File.utime(atime, mtime[, filename[, ...]]) -- File
- File.writable?(path) -- File
- File.writable_real?(path) -- File
- File.zero?(path) -- 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 (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- File::Constants (ruby 1.8 feature) -- ruby 1.8 feature
- 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