Get file creation time : ctime « File Directory « Ruby






Get file creation time


File::ctime( "access.rb" )

 

Related examples in the same category

1.Find out when a file was created, modified, or last accessed with ctime, mtime, and atime, respectively