CurrentFileName()      

Returns the name of the active file in the Workshop.

Synopsis:

$(CurrentFileName())

Parameters:

None

Examples:

If the active document in the editor is "C:\usr\work\photocatalog\configuration.cpp" then the following call:

 

$(CurrentFileName())

 

returns the full name of the document "C:\usr\work\photocatalog\configuration.cpp".

 

Back: BaseFileName()

   

Forward: Date()