79279342

Date: 2024-12-13 19:09:50
Score: 0.5
Natty:
Report link

To get information from a FileInfo object, use its built-in attributes and methods. For fi as the object:

    fi.name
    fi.size
    fi.path
    fi.modificationTime
    fi.isDir()
    fi.isFile()

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vincent Rupp