Gets the name of the file at the specified path.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Shared Function GetFilename ( _
path As String _
) As String |
| Visual C++ |
|---|
public:
static String^ GetFilename(
String^ path
) |
Parameters
- path
- Type: System.String
The path to the file whose name you want to return.
Return Value
The filename.