4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

セーブデータの横にセーブ時刻を出したい

Posted at

やりたいこと

  • セーブ機能を作った
  • どれが新しいセーブかわからない
  • だからセーブの保存時刻を出して分かりやすくする

セーブの方式

  • ローカルにファイルを書き出す

やったこと

File.mtime(file_path)
  • これだけ。
  • mtime はrubyの最終更新時刻を表示するメソッド
  • めちゃ便利
4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?