I think those are covered by the future work on FilePath for operations that consult the file system:
- FilePath semantic (i.e. file-system interacting) operations
stat
,chown
, directory iteration, etc.- temporary files
The previous FilePath API review was for "syntactic operations" which don't need any system calls.