Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- dBsee 4.6 - The Library - <b>dfwinendsubst()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfWinEndSubst()
Removes a SUBST drive assignment with in the Windows95 OS
------------------------------------------------------------------------------
Syntax:

     dfWinEndSubst(<nDrive>) --> lRet

Parameters:

     <nDrive>   SUBST Drive letter to eliminate

Returns:

     <lRet> .T. if the operation finished correctly

Description:

     Removes a SUBST drive assignment with in the Windows95  OS

Example:

     ? dfWinMkeSubst(DRIVE_I, "D:\2check\xx")
     INKEY(0) // Check the drive
     ? dfWinQrySubst(DRIVE_I)
     INKEY(0)
     ? dfWinEndSubst(DRIVE_I)
     INKEY(0) // Check the drive

See also:

     dfWinMkeSubst(), dfWinQrySubst()

See Also: dfWinMkeSubst() dfWinQrySubst()

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