るりまサーチ

最速Rubyリファレンスマニュアル検索!
241件ヒット [1-100件を表示] (0.076秒)
トップページ > クエリ:-[x] > クエリ:utime[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

検索結果

<< 1 2 3 > >>

File.utime(atime, mtime, *filename) -> Integer (18261.0)

ファイルの最終アクセス時刻と更新時刻を変更します。

...e.new(2018, 2, 3, 4, 5, 6)
File.utime(atime, mtime, "testfile") # => 1
File.atime("testfile") # => 2018-01-02 03:04:05 +0900
File.mtime("testfile") # => 2018-02-03 04:05:06 +0900
//}

//emlist[例: 経過秒数で指定][ruby]{
File.utime(1, 2, "testfile") # => 1
File...
....atime("testfile") # => 1970-01-01 09:00:01 +0900
File.mtime("testfile") # => 1970-01-01 09:00:02 +0900
//}...
...ファイルの最終アクセス時刻と更新時刻を変更します。
シンボリックリンクに対しては File.lutime と違って、
シンボリックのリンク先を変更します。

@param atime 最終アクセス時刻を Time か、起算時からの経過秒数を数値で...
....atime("testfile") # => 1970-01-01 09:00:01 +0900
File.mtime("testfile") # => 1970-01-01 09:00:02 +0900
//}

@see File.lutime...

Pathname#utime(atime, mtime) -> Integer (18223.0)

File.utime(atime, mtime, self.to_s) と同じです。

...File.utime(atime, mtime, self.to_s) と同じです。

@param atime 最終アクセス時刻を Time か、起算時からの経過秒数を数値で指定します。

@param mtime 更新時刻を Time か、起算時からの経過秒数を数値で指定します。


@see File.utime...

Shell#utime(atime, mtime, *filename) -> Integer (18213.0)

File クラスにある同名のクラスメソッドと同じです.

...filename ファイル名を表す文字列を指定します。

@param atime 最終アクセス時刻を Time か、起算時からの経過秒数を数値で指定します。

@param utime 更新時刻を Time か、起算時からの経過秒数を数値で指定します。

@see File.utime...

Shell::CommandProcessor#utime(atime, mtime, *filename) -> Integer (18213.0)

File クラスにある同名のクラスメソッドと同じです.

...filename ファイル名を表す文字列を指定します。

@param atime 最終アクセス時刻を Time か、起算時からの経過秒数を数値で指定します。

@param utime 更新時刻を Time か、起算時からの経過秒数を数値で指定します。

@see File.utime...

Shell::Filter#utime(atime, mtime, *filename) -> Integer (18213.0)

File クラスにある同名のクラスメソッドと同じです.

...filename ファイル名を表す文字列を指定します。

@param atime 最終アクセス時刻を Time か、起算時からの経過秒数を数値で指定します。

@param utime 更新時刻を Time か、起算時からの経過秒数を数値で指定します。

@see File.utime...

絞り込み条件を変える

Benchmark::Tms#utime -> Float (18201.0)

User CPU time

...User CPU time...

Process::Tms#utime -> Float (18201.0)

ユーザー CPU 時間を返します。

ユーザー CPU 時間を返します。

File.lutime(atime, mtime, *filename) -> Integer (6222.0)

ファイルの最終アクセス時刻と更新時刻を変更します。 シンボリックリンクに対しては File.utime と違って、 シンボリックそのものを変更します。

...ファイルの最終アクセス時刻と更新時刻を変更します。
シンボリックリンクに対しては File.utime と違って、
シンボリックそのものを変更します。

@param atime 最終アクセス時刻を Time か、起算時からの経過秒数を数値で指...
...時からの経過秒数を数値で指定します。

@param filename ファイル名を表す文字列を指定します。複数指定できます。

@return 変更したファイルの数を返します。

@raise Errno::EXXX 変更に失敗した場合に発生します。

@see File.utime...

Benchmark::Tms#cutime -> Float (6200.0)

子プロセスの User CPU time

...子プロセスの User CPU time...

Process::CLOCK_PROCESS_CPUTIME_ID -> Integer | Symbol (6200.0)

Process.#clock_gettime で使われます。

...Process.#clock_gettime で使われます。

システムによっては :GETRUSAGE_BASED_CLOCK_PROCESS_CPUTIME_ID です。
システムによっては定義されていません。...

絞り込み条件を変える

Process::CLOCK_THREAD_CPUTIME_ID -> Integer (6200.0)

Process.#clock_gettime で使われます。

Process.#clock_gettime で使われます。

システムによっては定義されていません。
<< 1 2 3 > >>