method
lstat
v2_6_3 -
Show latest stable
- Class:
Pathname
lstat()public
static VALUE
path_lstat(VALUE self)
{
return rb_funcall(rb_cFile, id_lstat, 1, get_strpath(self));
} Related methods
- Instance methods
- +
- /
- <=>
- ==
- ===
- absolute?
- ascend
- atime
- basename
- binread
- binwrite
- birthtime
- blockdev?
- chardev?
- children
- chmod
- chown
- cleanpath
- ctime
- delete
- descend
- directory?
- dirname
- each_child
- each_entry
- each_filename
- each_line
- empty?
- entries
- eql?
- executable?
- executable_real?
- exist?
- expand_path
- extname
- file?
- find
- fnmatch
- fnmatch?
- freeze
- ftype
- glob
- grpowned?
- hash
- inspect
- join
- lchmod
- lchown
- lstat
- make_link
- make_symlink
- mkdir
- mkpath
- mountpoint?
- mtime
- open
- opendir
- owned?
- parent
- pipe?
- read
- readable?
- readable_real?
- readlines
- readlink
- realdirpath
- realpath
- relative?
- relative_path_from
- rename
- rmdir
- rmtree
- root?
- setgid?
- setuid?
- size
- size?
- socket?
- split
- stat
- sticky?
- sub
- sub_ext
- symlink?
- sysopen
- taint
- to_path
- to_s
- truncate
- unlink
- untaint
- utime
- world_readable?
- world_writable?
- writable?
- writable_real?
- write
- zero?
- Class methods
- getwd
- glob
- new
- pwd
- Private methods
-
add_trailing_separator -
chop_basename -
cleanpath_aggressive -
cleanpath_conservative -
del_trailing_separator -
has_trailing_separator? -
plus -
prepend_prefix -
split_names