Dup duplicate an open path number dup int pn Assembler Equivalent os9 I$DUP Description Dup takes the path number, "pn", as returned from "open()" or "creat()" and returns another path number associated with the same file. Diagnostics A -1 is returned is the call fails because there are too many files open or the path nmber is invalid. See Also open(), creat(), close()