On Mon, 24 Sep 2012, Michael Schnell wrote: > In the RTL, is there an encapsulation for finding the inode number of a file > in an extX file system ? Or dis anybody already do code for this ? You need to use the fpstat function for this. The stat record contains the inode number. Michael.