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>dfwinmkesubst()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
dfWinMkeSubst()
Executes a SUBST command with in Windows95 OS
------------------------------------------------------------------------------
Syntax:

     dfWinMkeSubst(<nDrive>,<cPath>) --> lRet

Parameters:

     <nDrive>   Drive to set with the use of a SUBST command
     See # include "dfWindows.ch"
     <cPath>    Path to use

Returns:

     <lRet> If .T. the command was performed correctly

Description:

     Performs a SUBST command within the Windows95 enviorment. The effect
     is identical to the obtainable with the SUBST command

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:

     dfWinEndSubst(), dfWinQrySubst()

See Also: dfWinEndSubst() dfWinQrySubst()

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