Wilson WindowWare Tech Support

WinBatch WinBatch+Compiler WebBatch
Home | Tech Database | Tech BBS | White Papers | Purchase


How to Determine Ownership of File in Netware 4.X

Keywords:    ownership owns

Question:

How do I determine the ownership of a particular file in Netware 4.X?

Answer:

Take a look at the n4ObjectList function, and maybe that can give you some useful information.

Otherwise, use the native Netware function, NDIR.EXE, which gives information about who owns what files, and put it in a DOS batch file, and launch that with runwait, or launch it directly with:

     runwait("NDIR.EXE", "parameters")

Article ID:   W13591
Filename:   Determine Ownership of File in Netware 4.txt