Getting file path by inode and serial number on macOS
I’m currently working on a Rust program where I need to retrieve a file’s path by its inode and volume serial number, similar to how the GetFileInfo
utility works in Xcode.
I’m currently working on a Rust program where I need to retrieve a file’s path by its inode and volume serial number, similar to how the GetFileInfo
utility works in Xcode.