Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_isfixed()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_ISFIXED()


Syntax:        L_ISFIXED(<expC>)


Purpose:       To determine if the specified drive is a hard disk.


Arguments:     <expC> is the disk drive letter (without colon) to be
               checked.


Returns:       A logical (.T.) if the specified drive is a hard disk.
               A logical (.F.) if the specified drive is not a hard
               disk


Usage:         Useful for backing-up and/or installation/ application
               utilities.


Examples:      * Determine if drive "W" is a fixed drive.
               ? L_ISFIXED("W")                 && Result .T.


Language:      Assembler

See Also: L_FLOPPIES() L_ISDRIVE() L_NUMDRIVE() L_GETDRIVE()

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