Get information about a file in a macOS HFS+ directory.
# To display infomation about a given file:
GetFileInfo <path/to/filename>
# To display the date and time a given file was created:
GetFileInfo -d <path/to/filename>
# To display the date and time a given file was last modified:
GetFileInfo -m <path/to/filename>
# To display the creator of a given file:
GetFileInfo -c <path/to/filename>