API Documentation

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];
};

PathnameStrZ

Full path to the tape

PathnameLen

Length of the full path

FilenameLen

Length of the tape file name

FileAttributes

File attributes

FileSize

Size of the tape file

TapeDate

Date of the tape file

PermSet

Permission set of the tape file

Example

Example code