func_file_filetime.rst 379 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _func_file_filetime:
  2. ========
  3. FileTime
  4. ========
  5. FileTime -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. FileTime( path$ )
  10. Get file time
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. The time the file at @path was last modified
  16. Examples
  17. ========
  18. .. code-block:: blitzmax
  19. ' filetime.bmx
  20. print filetime("filetime.bmx")
  21. See Also
  22. ========