5件ヒット
[1-5件を表示]
(0.078秒)
ライブラリ
- shell (5)
キーワード
- readlink (1)
-
record
_ separator (1) - split (1)
- truncate (1)
検索結果
先頭5件
-
Shell
# truncate(path , length) -> 0 (36907.0) -
File クラスにある同名のクラスメソッドと同じです.
File クラスにある同名のクラスメソッドと同じです.
@param path パスを表す文字列を指定します。
@param length 変更したいサイズを整数で与えます。
@see File.truncate -
Shell
# expand _ path(path) -> String (18907.0) -
Fileクラスにある同名のクラスメソッドと同じです.
Fileクラスにある同名のクラスメソッドと同じです.
@param path ファイル名を表す文字列を指定します。
@see File.expand_path -
Shell
# record _ separator -> String (18607.0) -
@todo
@todo -
Shell
# readlink(path) -> String (607.0) -
File クラスにある同名のクラスメソッドと同じです.
File クラスにある同名のクラスメソッドと同じです.
@param path シンボリックリンクを表す文字列を指定します。
@see File.readlink -
Shell
# split(pathname) -> [String] (607.0) -
File クラスにある同名のクラスメソッドと同じです.
File クラスにある同名のクラスメソッドと同じです.
@param pathname パス名を表す文字列を指定します。
@see File.split