[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  cFileNoExt( cFile )-> <cName>
------------------------------------------------------------------------------


 PARAMETER:

  <cFile>       Is a [fully qualified] filename 


 RETURNS:

  <cName> is the extracted filename without extension, or an empty
  string if no filename was found.


 DESCRIPTION:

  This function extracts the embedded filename without extension from a
  complete filename.

 EXAMPLE:


    +--------------------------------------------------------------+
    |  /* Extract the Filename only */                             |
    |   cFileNoExt( "c:\windows\calc.exe" ) -> "calc"              |
    |   cFileNoExt( "c:" )                  -> ""                  |
    +--------------------------------------------------------------+


 SOURCE:  

  SOURCE\FUNCTION\FILENAME.PRG



See Also: cFileExt cFileName cFileDisc cFilePath cFileMask cFileSubDir
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson