I'm currently working on a project where I need to access the creation time (not modification or access time) of a list of files stored on a NTFS device (mounted through ntfs-3g). The program runs on Linux. Unfortunately, using file_path.metadata().unwrap().created() returns an Err variant indicating the created timestamp feature is not supported.