393件ヒット
[1-100件を表示]
(0.015秒)
クラス
- Dir (24)
- File (285)
- IO (24)
-
Zlib
:: GzipWriter (60)
キーワード
- blockdev? (12)
- chardev? (12)
-
copy
_ stream (24) - directory? (12)
- empty? (9)
- executable? (12)
-
executable
_ real? (12) - exist? (12)
- file? (12)
- grpowned? (12)
- identical? (12)
- mktmpdir (24)
- new (12)
- open (24)
- owned? (12)
- pipe? (12)
- readable? (12)
-
readable
_ real? (12) - setgid? (12)
- setuid? (12)
- size (12)
- size? (12)
- socket? (12)
- sticky? (12)
- symlink? (12)
- wrap (24)
- writable? (12)
-
writable
_ real? (12) - zero? (12)
検索結果
先頭5件
-
File
. blockdev?(path) -> bool (23.0) -
FileTest.#blockdev? と同じです。
...
FileTest.#blockdev? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。
@see FileTest.#blockdev?... -
IO
. copy _ stream(src , dst , copy _ length = nil) -> Integer (19.0) -
指定された src から dst へコピーします。 コピーしたバイト数を返します。
...ットを数値で指定します。
//emlist[例][ruby]{
IO.write("filetest", "abcdefghij")
IO.copy_stream("filetest", "filecopy", 2) # => 2
IO.read("filecopy") # => "ab"
IO.copy_stream("filetest", "filecopy", 3, 4) # => 3
IO.read("filecopy")... -
IO
. copy _ stream(src , dst , copy _ length , src _ offset) -> Integer (19.0) -
指定された src から dst へコピーします。 コピーしたバイト数を返します。
...ットを数値で指定します。
//emlist[例][ruby]{
IO.write("filetest", "abcdefghij")
IO.copy_stream("filetest", "filecopy", 2) # => 2
IO.read("filecopy") # => "ab"
IO.copy_stream("filetest", "filecopy", 3, 4) # => 3
IO.read("filecopy")... -
File
. chardev?(path) -> bool (17.0) -
FileTest.#chardev? と同じです。
...
FileTest.#chardev? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. directory?(path) -> bool (17.0) -
FileTest.#directory? と同じです。
...
FileTest.#directory? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. empty?(path) -> bool (17.0) -
FileTest.#zero? と同じです。
...
FileTest.#zero? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。... -
File
. executable?(path) -> bool (17.0) -
FileTest.#executable? と同じです。
...
FileTest.#executable? と同じです。
@param path パスを表す文字列を指定します。... -
File
. executable _ real?(path) -> bool (17.0) -
FileTest.#executable_real? と同じです。
...
FileTest.#executable_real? と同じです。
@param path パスを表す文字列を指定します。... -
File
. exist?(path) -> bool (17.0) -
FileTest.#exist? と同じです。
...
FileTest.#exist? と同じです。
@param path パスを表す文字列か IO オブジェクトを指定します。...