NxCoreTapeFile
The struct NxCoreTapeFile is defined in NxCoreAPI.h as:
struct NxCoreTapeFile { char PathnameStrZ[260]; int PathnameLen; int FilenameLen; unsigned int FileAttributes; unsigned __int64 FileSize; NxDate TapeDate; char PermSet[8]; };
Full path to the tape
Length of the full path
Length of the tape file name
File attributes
Size of the tape file
Date of the tape file
Permission set of the tape file
Example