106件ヒット
[101-106件を表示]
(0.068秒)
別のキーワード
クラス
- Pathname (105)
モジュール
- Kernel (1)
キーワード
- + (1)
-
/ (1) - <=> (1)
- == (1)
- === (1)
- Pathname (1)
- absolute? (1)
- ascend (2)
- atime (1)
- basename (1)
- binread (1)
- binwrite (1)
- birthtime (1)
- blockdev? (1)
- chardev? (1)
- children (1)
- chmod (1)
- chown (1)
- cleanpath (1)
- ctime (1)
- delete (1)
- descend (2)
- directory? (1)
- dirname (1)
-
each
_ child (2) -
each
_ entry (2) -
each
_ filename (1) -
each
_ line (2) - empty? (1)
- entries (1)
- eql? (1)
- executable? (1)
-
executable
_ real? (1) - exist? (1)
- extname (1)
- file? (1)
- find (2)
- fnmatch (1)
- fnmatch? (1)
- ftype (1)
- glob (2)
- grpowned? (1)
- hash (1)
- join (1)
- lchmod (1)
- lchown (1)
- lstat (1)
-
make
_ link (1) -
make
_ symlink (1) - mkdir (1)
- mkpath (1)
- mountpoint? (1)
- mtime (1)
- open (2)
- opendir (2)
- owned? (1)
- parent (1)
- pipe? (1)
- read (1)
- readable? (1)
-
readable
_ real? (1) - readlines (1)
- readlink (1)
- realdirpath (1)
- realpath (2)
- relative? (1)
-
relative
_ path _ from (1) - rename (1)
- rmdir (1)
- rmtree (1)
- root? (1)
- setgid? (1)
- setuid? (1)
- size (1)
- size? (1)
- socket? (1)
- split (1)
- stat (1)
- sticky? (1)
- sub (2)
-
sub
_ ext (1) - symlink? (1)
- sysopen (1)
-
to
_ path (1) -
to
_ s (1) - truncate (1)
- unlink (1)
- utime (1)
-
world
_ readable? (1) -
world
_ writable? (1) - writable? (1)
-
writable
_ real? (1) - write (1)
- zero? (1)
検索結果
先頭5件
-
Pathname
# utime(atime , mtime) -> Integer (9010.0) -
File.utime(atime, mtime, self.to_s) と同じです。
File.utime(atime, mtime, self.to_s) と同じです。
@param atime 最終アクセス時刻を Time か、起算時からの経過秒数を数値で指定します。
@param mtime 更新時刻を Time か、起算時からの経過秒数を数値で指定します。
@see File.utime -
Pathname
# world _ readable? -> bool (9010.0) -
FileTest.world_readable?(self.to_s) と同じです。
FileTest.world_readable?(self.to_s) と同じです。
@see FileTest.#world_readable? -
Pathname
# world _ writable? -> bool (9010.0) -
FileTest.world_writable?(self.to_s) と同じです。
FileTest.world_writable?(self.to_s) と同じです。
@see FileTest.#world_writable? -
Pathname
# writable? -> bool (9010.0) -
FileTest.writable?(self.to_s) と同じです。
FileTest.writable?(self.to_s) と同じです。
@see FileTest.#writable? -
Pathname
# writable _ real? -> bool (9010.0) -
FileTest.writable_real?(self.to_s) と同じです。
FileTest.writable_real?(self.to_s) と同じです。
@see FileTest.#writable_real? -
Pathname
# zero? -> bool (9010.0) -
FileTest.zero?(self.to_s) と同じです。
...FileTest.zero?(self.to_s) と同じです。
@see FileTest.#zero?
, Pathname#empty?...