Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Novlib 3.30 Online Reference - <b> dfldelidget()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DflDelIDGet()
------------------------------------------------------------------------------
 Purpose:
 Get the ID of the object that deleted a deleted file.

 Syntax:
 dwObjID = DflDelIDGet()

 Parameters:
 None.

 Returns:
 A numeric value (unsigned long int).

 Description:
 DflDelIDGet() returns the bindery object ID number of the user that
 deleted the last deleted file returned by the function DirDflLst().

 DflDelIDGet() can only be called after DirDflLst() returns a
 valid file name.

 Example:
 // To list the deleted files in directory SYS:DATA\WP, the
 // date and time they were deleted and the user that deleted them:
 lpszFilename = DirDflLst( "SYS:DATA\WP" )
 ? "Deleted files in directory SYS:DATA\WP"
 ? "File name | Date Deleted | Time Deleted | Deletor"
 do while ( !empty( lpszFilename ) )
    ? lpszfilename+" "+ DflDelDteGet() +;
    " "+DflDelTmeGet()+" "+UsrNameGet(DflDelIDGet())
    lpszFilename = DirDflLst( "" )
 enddo

 Notes:
 This function only works with NetWare 386 and appropriate trustee
 access rights are required.

See Also: DirDflLst() DflDelDteGet() DflDelTmeGet()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson