$91 GRAYBYTE WORDPRESS FILE MANAGER $31

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

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

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

class_methods: 
- !ruby/object:RI::MethodSummary 
  name: atime
- !ruby/object:RI::MethodSummary 
  name: basename
- !ruby/object:RI::MethodSummary 
  name: blockdev?
- !ruby/object:RI::MethodSummary 
  name: catname
- !ruby/object:RI::MethodSummary 
  name: chardev?
- !ruby/object:RI::MethodSummary 
  name: chmod
- !ruby/object:RI::MethodSummary 
  name: chmod
- !ruby/object:RI::MethodSummary 
  name: chown
- !ruby/object:RI::MethodSummary 
  name: compare
- !ruby/object:RI::MethodSummary 
  name: copy
- !ruby/object:RI::MethodSummary 
  name: ctime
- !ruby/object:RI::MethodSummary 
  name: delete
- !ruby/object:RI::MethodSummary 
  name: directory?
- !ruby/object:RI::MethodSummary 
  name: dirname
- !ruby/object:RI::MethodSummary 
  name: executable?
- !ruby/object:RI::MethodSummary 
  name: executable_real?
- !ruby/object:RI::MethodSummary 
  name: exist?
- !ruby/object:RI::MethodSummary 
  name: exists?
- !ruby/object:RI::MethodSummary 
  name: expand_path
- !ruby/object:RI::MethodSummary 
  name: extname
- !ruby/object:RI::MethodSummary 
  name: file?
- !ruby/object:RI::MethodSummary 
  name: fnmatch
- !ruby/object:RI::MethodSummary 
  name: fnmatch?
- !ruby/object:RI::MethodSummary 
  name: ftype
- !ruby/object:RI::MethodSummary 
  name: grpowned?
- !ruby/object:RI::MethodSummary 
  name: identical?
- !ruby/object:RI::MethodSummary 
  name: install
- !ruby/object:RI::MethodSummary 
  name: join
- !ruby/object:RI::MethodSummary 
  name: lchmod
- !ruby/object:RI::MethodSummary 
  name: lchown
- !ruby/object:RI::MethodSummary 
  name: link
- !ruby/object:RI::MethodSummary 
  name: lstat
- !ruby/object:RI::MethodSummary 
  name: makedirs
- !ruby/object:RI::MethodSummary 
  name: move
- !ruby/object:RI::MethodSummary 
  name: mtime
- !ruby/object:RI::MethodSummary 
  name: new
- !ruby/object:RI::MethodSummary 
  name: owned?
- !ruby/object:RI::MethodSummary 
  name: pipe?
- !ruby/object:RI::MethodSummary 
  name: readable?
- !ruby/object:RI::MethodSummary 
  name: readable_real?
- !ruby/object:RI::MethodSummary 
  name: readlink
- !ruby/object:RI::MethodSummary 
  name: rename
- !ruby/object:RI::MethodSummary 
  name: safe_unlink
- !ruby/object:RI::MethodSummary 
  name: setgid?
- !ruby/object:RI::MethodSummary 
  name: setuid?
- !ruby/object:RI::MethodSummary 
  name: size
- !ruby/object:RI::MethodSummary 
  name: size?
- !ruby/object:RI::MethodSummary 
  name: socket?
- !ruby/object:RI::MethodSummary 
  name: split
- !ruby/object:RI::MethodSummary 
  name: stat
- !ruby/object:RI::MethodSummary 
  name: sticky?
- !ruby/object:RI::MethodSummary 
  name: symlink
- !ruby/object:RI::MethodSummary 
  name: symlink?
- !ruby/object:RI::MethodSummary 
  name: syscopy
- !ruby/object:RI::MethodSummary 
  name: truncate
- !ruby/object:RI::MethodSummary 
  name: umask
- !ruby/object:RI::MethodSummary 
  name: unlink
- !ruby/object:RI::MethodSummary 
  name: utime
- !ruby/object:RI::MethodSummary 
  name: writable?
- !ruby/object:RI::MethodSummary 
  name: writable_real?
- !ruby/object:RI::MethodSummary 
  name: zero?
comment: 
- !ruby/struct:SM::Flow::H 
  level: 1
  text: "ftools.rb: Extra tools for the File class"
- !ruby/object:SM::Flow::LIST 
  contents: 
  - !ruby/struct:SM::Flow::LI 
    label: "Author:"
    body: WATANABE, Hirofumi
  - !ruby/struct:SM::Flow::LI 
    label: "Documentation:"
    body: Zachary Landau
  type: :NOTE
- !ruby/struct:SM::Flow::P 
  body: This library can be distributed under the terms of the Ruby license. You can freely distribute/modify this library.
- !ruby/struct:SM::Flow::P 
  body: It is included in the Ruby standard library.
- !ruby/struct:SM::Flow::H 
  level: 2
  text: Description
- !ruby/struct:SM::Flow::P 
  body: ftools adds several (class, not instance) methods to the File class, for copying, moving, deleting, installing, and comparing files, as well as creating a directory path. See the File class for details.
- !ruby/struct:SM::Flow::P 
  body: FileUtils contains all or nearly all the same functionality and more, and is a recommended option over ftools
- !ruby/struct:SM::Flow::P 
  body: When you
- !ruby/struct:SM::Flow::VERB 
  body: "  require 'ftools'\n"
- !ruby/struct:SM::Flow::P 
  body: then the File class aquires some utility methods for copying, moving, and deleting files, and more.
- !ruby/struct:SM::Flow::P 
  body: See the method descriptions below, and consider using FileUtils as it is more comprehensive.
constants: 
- !ruby/object:RI::Constant 
  comment: 
  name: Separator
  value: separator
- !ruby/object:RI::Constant 
  comment: 
  name: SEPARATOR
  value: separator
- !ruby/object:RI::Constant 
  comment: 
  name: ALT_SEPARATOR
  value: rb_obj_freeze(rb_str_new2("\\"))
- !ruby/object:RI::Constant 
  comment: 
  name: ALT_SEPARATOR
  value: Qnil
- !ruby/object:RI::Constant 
  comment: 
  name: PATH_SEPARATOR
  value: rb_obj_freeze(rb_str_new2(PATH_SEP))
- !ruby/object:RI::Constant 
  comment: 
  name: BUFSIZE
  value: 8 * 1024
full_name: File
includes: []

instance_methods: 
- !ruby/object:RI::MethodSummary 
  name: atime
- !ruby/object:RI::MethodSummary 
  name: chmod
- !ruby/object:RI::MethodSummary 
  name: chown
- !ruby/object:RI::MethodSummary 
  name: ctime
- !ruby/object:RI::MethodSummary 
  name: flock
- !ruby/object:RI::MethodSummary 
  name: lstat
- !ruby/object:RI::MethodSummary 
  name: mtime
- !ruby/object:RI::MethodSummary 
  name: o_chmod
- !ruby/object:RI::MethodSummary 
  name: path
- !ruby/object:RI::MethodSummary 
  name: truncate
name: File
superclass: IO


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
Constants
--
3 Mar 2024 10.50 PM
root / linksafe
0755
Stat
--
3 Mar 2024 10.50 PM
root / linksafe
0755
atime-c.yaml
0.406 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
atime-i.yaml
0.458 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
basename-c.yaml
0.751 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
blockdev%3f-c.yaml
0.306 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
catname-c.yaml
0.475 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
cdesc-File.yaml
5.454 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chardev%3f-c.yaml
0.307 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chmod-c.yaml
0.619 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chmod-i.yaml
0.617 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chown-c.yaml
0.685 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
chown-i.yaml
0.683 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
compare-c.yaml
0.398 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
copy-c.yaml
0.409 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ctime-c.yaml
0.471 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ctime-i.yaml
0.462 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
delete-c.yaml
0.414 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
directory%3f-c.yaml
0.406 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
dirname-c.yaml
0.576 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
executable%3f-c.yaml
0.347 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
executable_real%3f-c.yaml
0.356 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
exist%3f-c.yaml
0.345 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
exists%3f-c.yaml
0.347 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
expand_path-c.yaml
0.93 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
extname-c.yaml
0.614 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
file%3f-c.yaml
0.304 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
flock-i.yaml
1.327 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
fnmatch%3f-c.yaml
4.748 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
fnmatch-c.yaml
4.746 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
ftype-c.yaml
0.74 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
grpowned%3f-c.yaml
0.401 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
identical%3f-c.yaml
0.869 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
install-c.yaml
0.531 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
join-c.yaml
0.447 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
lchmod-c.yaml
0.433 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
lchown-c.yaml
0.48 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
link-c.yaml
0.622 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
lstat-c.yaml
0.633 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
lstat-i.yaml
0.64 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
makedirs-c.yaml
0.688 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
move-c.yaml
0.413 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mtime-c.yaml
0.406 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
mtime-i.yaml
0.38 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
new-c.yaml
1.02 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
o_chmod-i.yaml
0.218 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
owned%3f-c.yaml
0.357 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
path-i.yaml
0.522 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
pipe%3f-c.yaml
0.286 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
readable%3f-c.yaml
0.339 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
readable_real%3f-c.yaml
0.349 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
readlink-c.yaml
0.52 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
rename-c.yaml
0.446 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
safe_unlink-c.yaml
0.394 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
setgid%3f-c.yaml
0.305 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
setuid%3f-c.yaml
0.305 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
size%3f-c.yaml
0.341 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
size-c.yaml
0.266 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
socket%3f-c.yaml
0.294 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
split-c.yaml
0.532 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
stat-c.yaml
0.425 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
sticky%3f-c.yaml
0.305 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
symlink%3f-c.yaml
0.304 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
symlink-c.yaml
0.528 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
syscopy-c.yaml
0.319 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
truncate-c.yaml
0.624 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
truncate-i.yaml
0.624 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
umask-c.yaml
0.641 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
unlink-c.yaml
0.414 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
utime-c.yaml
0.386 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
writable%3f-c.yaml
0.339 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
writable_real%3f-c.yaml
0.349 KB
26 Jul 2023 1.47 PM
root / linksafe
0644
zero%3f-c.yaml
0.302 KB
26 Jul 2023 1.47 PM
root / linksafe
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF