Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SIx Driver RDD v3.00 - Reference Guide - <b>sx_issem():</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Sx_IsSem():

  Syntax:   Sx_IsSem([nOrder | cName])

            nOrder = Position of index in list of indexes
            cName  = Name for the semaphore file

  Returns:  Logical .T. if the semaphore-lock file exists.
                  .F. if an error occurred.

  Description:  This function is used to check for the existence of a
                semaphore-lock file using the name of an active index or
                a specified name.

                If an index order is specified, then the name of that
                index is used for the file.  The current index name (if
                any) is used if no argument is supplied.  The default
                extension for semaphore files is ".SEM".

  Example:  (See the example for the Sx_MakeSem() function.)



See Also: Sx_MakeSem() Sx_KillSem()

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