stat-eq?
Name
stat-eq? -- Check if two buffers refer to same object.
Type: function
Synopsis
Arguments
- a
An instance of <stat-buf>
- b
An instance of <stat-buf>
Return Values
- same
An instance of <boolean>
Description
Checks to see if two stat buffers refer to the same filesystem
object (ie, they are on the same device and have the same inode.
Hence, this should probably be called stat-eqv? instead)