05nelsonm / kmp-file

A very simple File API for Kotlin Multiplatform. It gets the job done.
Apache License 2.0
3 stars 0 forks source link

Add `FileStats` #55

Open 05nelsonm opened 8 months ago

05nelsonm commented 8 months ago

Should be able to recover file attributes, such as if it is a directory or a regular file, sym link resolution, size, etc.

05nelsonm commented 8 months ago

Need to think about the name, as the underlying call would be to lstat, so should it be called FileLStats, or just LStats?