<< Click to Display Table of Contents >> Navigation: Apollo API Listing > sx_BaseName |
Declare Function sx_BaseName Lib "Apollo9.dll" () As String
LONG FAR PASCAL sx_BaseName (VOID);
Extracts the DOS path and file name attached to the current work area.
The file name is returned as a string.
' Display table info
Text1.Text = sx_WorkArea(0&)
Text2.Text = sx_BaseName()
Text3.Text = sx_Alias(0)
m_namebox->SetStrProperty("Text", (LPCSTR) sx_BaseName());