$86 GRAYBYTE WORDPRESS FILE MANAGER $86

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 172.67.217.254 | ADMIN IP 216.73.216.157
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/ruby18/share/ri/1.8/system/FileUtils/

HOME
Current File : /opt/alt/ruby18/share/ri/1.8/system/FileUtils//cdesc-FileUtils.yaml
--- !ruby/object:RI::ClassDescription 
attributes: []

class_methods: 
- !ruby/object:RI::MethodSummary 
  name: collect_method
- !ruby/object:RI::MethodSummary 
  name: commands
- !ruby/object:RI::MethodSummary 
  name: have_option?
- !ruby/object:RI::MethodSummary 
  name: options
- !ruby/object:RI::MethodSummary 
  name: options_of
comment: 
- !ruby/struct:SM::Flow::H 
  level: 1
  text: fileutils.rb
- !ruby/struct:SM::Flow::P 
  body: Copyright (c) 2000-2006 Minero Aoki
- !ruby/struct:SM::Flow::P 
  body: This program is free software. You can distribute/modify this program under the same terms of ruby.
- !ruby/struct:SM::Flow::H 
  level: 2
  text: module FileUtils
- !ruby/struct:SM::Flow::P 
  body: Namespace for several file utility methods for copying, moving, removing, etc.
- !ruby/struct:SM::Flow::H 
  level: 3
  text: Module Functions
- !ruby/struct:SM::Flow::VERB 
  body: "  cd(dir, options)\n  cd(dir, options) {|dir| .... }\n  pwd()\n  mkdir(dir, options)\n  mkdir(list, options)\n  mkdir_p(dir, options)\n  mkdir_p(list, options)\n  rmdir(dir, options)\n  rmdir(list, options)\n  ln(old, new, options)\n  ln(list, destdir, options)\n  ln_s(old, new, options)\n  ln_s(list, destdir, options)\n  ln_sf(src, dest, options)\n  cp(src, dest, options)\n  cp(list, dir, options)\n  cp_r(src, dest, options)\n  cp_r(list, dir, options)\n  mv(src, dest, options)\n  mv(list, dir, options)\n  rm(list, options)\n  rm_r(list, options)\n  rm_rf(list, options)\n  install(src, dest, mode = <src's>, options)\n  chmod(mode, list, options)\n  chmod_R(mode, list, options)\n  chown(user, group, list, options)\n  chown_R(user, group, list, options)\n  touch(list, options)\n"
- !ruby/struct:SM::Flow::P 
  body: The <tt>options</tt> parameter is a hash of options, taken from the list <tt>:force</tt>, <tt>:noop</tt>, <tt>:preserve</tt>, and <tt>:verbose</tt>. <tt>:noop</tt> means that no changes are made. The other two are obvious. Each method documents the options that it honours.
- !ruby/struct:SM::Flow::P 
  body: All methods that have the concept of a &quot;source&quot; file or directory can take either one file or a list of files in that argument. See the method documentation for examples.
- !ruby/struct:SM::Flow::P 
  body: "There are some `low level' methods, which do not accept any option:"
- !ruby/struct:SM::Flow::VERB 
  body: "  copy_entry(src, dest, preserve = false, dereference = false)\n  copy_file(src, dest, preserve = false, dereference = true)\n  copy_stream(srcstream, deststream)\n  remove_entry(path, force = false)\n  remove_entry_secure(path, force = false)\n  remove_file(path, force = false)\n  compare_file(path_a, path_b)\n  compare_stream(stream_a, stream_b)\n  uptodate?(file, cmp_list)\n"
- !ruby/struct:SM::Flow::H 
  level: 2
  text: module FileUtils::Verbose
- !ruby/struct:SM::Flow::P 
  body: This module has all methods of FileUtils module, but it outputs messages before acting. This equates to passing the <tt>:verbose</tt> flag to methods in FileUtils.
- !ruby/struct:SM::Flow::H 
  level: 2
  text: module FileUtils::NoWrite
- !ruby/struct:SM::Flow::P 
  body: This module has all methods of FileUtils module, but never changes files/directories. This equates to passing the <tt>:noop</tt> flag to methods in FileUtils.
- !ruby/struct:SM::Flow::H 
  level: 2
  text: module FileUtils::DryRun
- !ruby/struct:SM::Flow::P 
  body: This module has all methods of FileUtils module, but never changes files/directories. This equates to passing the <tt>:noop</tt> and <tt>:verbose</tt> flags to methods in FileUtils.
constants: 
- !ruby/object:RI::Constant 
  comment: 
  name: METHODS
  value: singleton_methods() - %w( private_module_function       commands options have_option? options_of collect_method )
full_name: FileUtils
includes: 
- !ruby/object:RI::IncludedModule 
  name: StreamUtils_
instance_methods: 
- !ruby/object:RI::MethodSummary 
  name: cd
- !ruby/object:RI::MethodSummary 
  name: chdir
- !ruby/object:RI::MethodSummary 
  name: chmod
- !ruby/object:RI::MethodSummary 
  name: chmod_R
- !ruby/object:RI::MethodSummary 
  name: chown
- !ruby/object:RI::MethodSummary 
  name: chown_R
- !ruby/object:RI::MethodSummary 
  name: cmp
- !ruby/object:RI::MethodSummary 
  name: compare_file
- !ruby/object:RI::MethodSummary 
  name: compare_stream
- !ruby/object:RI::MethodSummary 
  name: copy
- !ruby/object:RI::MethodSummary 
  name: copy_entry
- !ruby/object:RI::MethodSummary 
  name: copy_file
- !ruby/object:RI::MethodSummary 
  name: copy_stream
- !ruby/object:RI::MethodSummary 
  name: cp
- !ruby/object:RI::MethodSummary 
  name: cp_r
- !ruby/object:RI::MethodSummary 
  name: fu_have_symlink?
- !ruby/object:RI::MethodSummary 
  name: fu_world_writable?
- !ruby/object:RI::MethodSummary 
  name: getwd
- !ruby/object:RI::MethodSummary 
  name: identical?
- !ruby/object:RI::MethodSummary 
  name: install
- !ruby/object:RI::MethodSummary 
  name: link
- !ruby/object:RI::MethodSummary 
  name: ln
- !ruby/object:RI::MethodSummary 
  name: ln_s
- !ruby/object:RI::MethodSummary 
  name: ln_sf
- !ruby/object:RI::MethodSummary 
  name: makedirs
- !ruby/object:RI::MethodSummary 
  name: mkdir
- !ruby/object:RI::MethodSummary 
  name: mkdir_p
- !ruby/object:RI::MethodSummary 
  name: mkpath
- !ruby/object:RI::MethodSummary 
  name: move
- !ruby/object:RI::MethodSummary 
  name: mv
- !ruby/object:RI::MethodSummary 
  name: pwd
- !ruby/object:RI::MethodSummary 
  name: remove
- !ruby/object:RI::MethodSummary 
  name: remove_dir
- !ruby/object:RI::MethodSummary 
  name: remove_entry
- !ruby/object:RI::MethodSummary 
  name: remove_entry_secure
- !ruby/object:RI::MethodSummary 
  name: remove_file
- !ruby/object:RI::MethodSummary 
  name: rm
- !ruby/object:RI::MethodSummary 
  name: rm_f
- !ruby/object:RI::MethodSummary 
  name: rm_r
- !ruby/object:RI::MethodSummary 
  name: rm_rf
- !ruby/object:RI::MethodSummary 
  name: rmdir
- !ruby/object:RI::MethodSummary 
  name: rmtree
- !ruby/object:RI::MethodSummary 
  name: safe_unlink
- !ruby/object:RI::MethodSummary 
  name: symlink
- !ruby/object:RI::MethodSummary 
  name: touch
- !ruby/object:RI::MethodSummary 
  name: uptodate?
name: FileUtils
superclass: 


Current_dir [ NOT WRITEABLE ] Document_root [ NOT WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
3 Mar 2024 10.50 PM
root / linksafe
0755
DryRun
--
3 Mar 2024 10.50 PM
root / linksafe
0755
Entry_
--
3 Mar 2024 10.50 PM
root / linksafe
0755
NoWrite
--
3 Mar 2024 10.50 PM
root / linksafe
0755
StreamUtils_
--
3 Mar 2024 10.50 PM
root / linksafe
0755
Verbose
--
3 Mar 2024 10.50 PM
root / linksafe
0755
cd-i.yaml
0.625 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cdesc-FileUtils.yaml
6.063 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chdir-i.yaml
0.23 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chmod-i.yaml
0.584 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chmod_R-i.yaml
0.492 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chown-i.yaml
0.738 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chown_R-i.yaml
0.747 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cmp-i.yaml
0.224 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
collect_method-c.yaml
0.447 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
commands-c.yaml
0.411 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
compare_file-i.yaml
0.54 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
compare_stream-i.yaml
0.3 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
copy-i.yaml
0.234 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
copy_entry-i.yaml
1.041 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
copy_file-i.yaml
0.364 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
copy_stream-i.yaml
0.348 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cp-i.yaml
0.863 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cp_r-i.yaml
1.287 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
fu_have_symlink%3f-i.yaml
0.184 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
fu_world_writable%3f-i.yaml
0.19 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
getwd-i.yaml
0.215 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
have_option%3f-c.yaml
0.494 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
identical%3f-i.yaml
0.237 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
install-i.yaml
0.729 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
link-i.yaml
0.234 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ln-i.yaml
1.232 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ln_s-i.yaml
1.324 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ln_sf-i.yaml
0.355 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
makedirs-i.yaml
0.242 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mkdir-i.yaml
0.526 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mkdir_p-i.yaml
0.816 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mkpath-i.yaml
0.238 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
move-i.yaml
0.234 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mv-i.yaml
0.769 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
options-c.yaml
0.404 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
options_of-c.yaml
0.405 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
pwd-i.yaml
0.329 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
remove-i.yaml
0.233 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
remove_dir-i.yaml
0.348 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
remove_entry-i.yaml
0.471 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
remove_entry_secure-i.yaml
1.881 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
remove_file-i.yaml
0.317 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rm-i.yaml
0.644 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rm_f-i.yaml
0.404 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rm_r-i.yaml
1.182 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rm_rf-i.yaml
0.533 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rmdir-i.yaml
0.544 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rmtree-i.yaml
0.236 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
safe_unlink-i.yaml
0.245 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
symlink-i.yaml
0.242 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
touch-i.yaml
0.519 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
uptodate%3f-i.yaml
0.525 KB
26 Jul 2023 1.47 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF