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

    Do not be alarmed.  This function is harmless, and occasionally,
    even indispensable.  It tests whether a file exists in the current
    DOS path.

    Syntax

    PSYCHOPATH(<filename>)

    Required Parameter

    <filename> is a character string representing the name of the file
    to locate in the DOS path.

    Return Value

    A character string representing the directory where the file was
    found. If the file was not found in the DOS path, PSYCHOPATH() will
    return a null string.

    Sample Usage

    IF ! EMPTY(PSYCHOPATH("PRTSCR.COM"))
       RUN PRTSCR                       
    ENDIF                               

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