w10schools
Login Register
MENU
  • Home
  • Tutorials ►
    • HTML, CSS ►
      • HTML, HTML5
      • CSS, CSS3
    • XML
    • JavaScript, AJAX
    • PHP
    • Ruby on Rails ►
      • Ruby
      • Rails
    • ASP.NET ►
      • ASP
      • C# .NET
    • Java ►
      • JSP
    • Databases ►
      • MySQL
      • MSSQL Server
      • Oracle
    • Web Server ►
      • Windows
      • Linux
      • Apache
      • IIS
    • Design ►
      • Dreamweaver
      • Flash
      • Photoshop
      • Fireworks
      • CorelDRAW
      • Illustrator
  • References ►
    • HTML ►
      • Bootstrap
    • CSS ►
      • CSS Selectors
      • Sass
    • JavaScript
    • Mobile Apps ►
      • Cordova
    • Ruby on Rails ►
      • Ruby
      • Rails
    • PHP ►
      • Function
      • Language
      • CodeIgniter
      • Phalcon
      • PHPUnit
      • Symfony
      • Drupal
      • Yii
      • Laravel
    • Perl ►
      • Perl
    • Python ►
      • Python
      • Django
      • NumPy
      • Pandas
      • scikit-image
      • scikit-learn
      • Statsmodels
      • Matplotlib
    • Lua ►
      • Lua
    • C, C++ ►
      • C
      • C++
    • Server ►
      • Docker
      • Apache HTTP Server
      • Nginx
    • Database ►
      • PostgreSQL
    • Big Data ►
      • TensorFlow
    • Game Development ►
      • Phaser
      • LÖVE
  • Articles ►
    • News
    • General ►
      • Website Promotion
      • Online Advertising
      • Make Money Online
    • Editorials
    • Interviews
    • Web Roundups
  • Resources ►
    • Design ►
      • Fonts
      • Graphics
      • Vectors
      • Templates
      • UI (User Interface)
      • Brushes
      • Patterns, Backgrounds
      • Textures
    • Web Development ►
      • HTML, CSS
      • XML
      • JavaScript, AJAX
      • Ruby on Rails
      • PHP
      • Java
      • .NET
      • Python
      • Perl
      • Flash
    • Mobile Application Development ►
      • Mobile Development Tools
      • Swift
    • Online Services ►
      • Online Storage
      • Web Hosting
  • Tools ►
    • Generators
  • Home
  • Tutorials
    • HTML, CSS
      • HTML, HTML5
      • CSS, CSS3
    • XML
    • JavaScript, AJAX
    • PHP
    • Ruby on Rails
      • Ruby
      • Rails
    • ASP.NET
      • ASP
      • C# .NET
    • Java
      • JSP
    • Databases
      • MySQL
      • MSSQL Server
      • Oracle
    • Web Server
      • Windows
      • Linux
      • Apache
      • IIS
    • Design
      • Dreamweaver
      • Flash
      • Photoshop
      • Fireworks
      • CorelDRAW
      • Illustrator
  • References
    • HTML
      • Bootstrap
    • CSS
      • CSS Selectors
      • Sass
    • JavaScript
    • Mobile Apps
      • Cordova
    • Ruby on Rails
      • Ruby
      • Rails
    • PHP
      • Function
      • Language
      • CodeIgniter
      • Phalcon
      • PHPUnit
      • Symfony
      • Drupal
      • Yii
      • Laravel
    • Perl
      • Perl
    • Python
      • Python
      • Django
      • NumPy
      • Pandas
      • scikit-image
      • scikit-learn
      • Statsmodels
      • Matplotlib
    • Lua
      • Lua
    • C, C++
      • C
      • C++
    • Server
      • Docker
      • Apache HTTP Server
      • Nginx
    • Database
      • PostgreSQL
    • Big Data
      • TensorFlow
    • Game Development
      • Phaser
      • LÖVE
  • Articles
    • News
    • General
      • Website Promotion
      • Online Advertising
      • Make Money Online
    • Editorials
    • Interviews
    • Web Roundups
  • Resources
    • Design
      • Fonts
      • Graphics
      • Vectors
      • Templates
      • UI (User Interface)
      • Brushes
      • Patterns, Backgrounds
      • Textures
    • Web Development
      • HTML, CSS
      • XML
      • JavaScript, AJAX
      • Ruby on Rails
      • PHP
      • Java
      • .NET
      • Python
      • Perl
      • Flash
    • Mobile Application Development
      • Mobile Development Tools
      • Swift
    • Online Services
      • Online Storage
      • Web Hosting
  • Tools
    • Generators
Edit
In Place Editing Advanced Editing
  • References
  • Ruby on Rails
  • Ruby
  • Classes
  • File
  • File::Stat

ctime

stat.ctime â aTime
Instance Public methods

Returns the change time for stat (that is, the time directory information about the file was changed, not the file itself).

Note that on Windows (NTFS), returns creation time (birth time).

1
File.stat("testfile").ctime   #=> Wed Apr 09 08:53:14 CDT 2003
doc_ruby_on_rails
doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.

Popular Articles
ctime File.ctime(file_name) â time Class Public methods Returns the change time for the named file (the time at which directory information
ctime d.ctime â string Instance Public methods Returns a string in asctime(3) format (but without ân0â at the end). This method is equiva
ctime time.ctime â string Instance Public methods Returns a canonical string representation of time. Time.now.asctime #=> "Wed Apr 9 0
ctime This header was originally in the C standard library as <time.h>. This header is part of the C-style date and time library. Macro Constants
ctime pathname.ctime â time Instance Public methods Returns the last change time, using directory information, not the file itself. See F


Return to View
^ Back to Top
  • Facebook
  • Tweet
  • Digg it
  • Stumbleupon
  • Delicious
  • Plus Share

Designed by : w10schools

service@w10schools.com