Path names in the QNTC file system
The path consists of the file system name, the server name, the share name, the directory and subdirectory names, and the object name.
The requirements for a path name are as follows:
- The path name must begin with a slash and can be up to 255 characters long. Path names have the following form:
/QNTC/Servername/Sharename/Directory/ . . . /Object (QNTC is a required part of the path name.)
- Path names are case sensitive.
- The server name can be up to 15 characters long. It must be part of the path.
- The share name can be up to 12 characters long.
- Each component of the path name after the share name can be up to 255 characters long.
- Within QNTC, 130 levels of hierarchy are generally available. If all components of the path name are included as hierarchy levels, the directory hierarchy can be as many as 132 levels deep.
- Names are stored in the Unicode CCSID.
- By default, each functional supported server in the local subnet will automatically appear as a directory under /QNTC. Use the Create Directory (MKDIR) command or mkdir() API to add accessible systems located outside the local subnet.
Parent topic:
iSeries NetClient file system (QNTC)
Related concepts
Path name
Related information
Create Directory (MKDIR) command
mkdir()--Make Directory API