LumiSoft Mail Server User API
GetFileNameFromPath Method (filePath)
Namespaces > LumiSoft.Net > Core > GetFileNameFromPath(String)
Gets file name from path.
Syntax
C#Visual BasicManaged C++
public static string GetFileNameFromPath (
	string filePath
)
Public Shared Function GetFileNameFromPath ( _
	filePath As String _
) As String
public:
static String^ GetFileNameFromPath (
	String^ filePath
)
Parameters
filePath (String)
File file path with file name. For examples: c:\fileName.xxx, aaa\fileName.xxx.
Return Value

[Missing <returns> documentation for M:LumiSoft.Net.Core.GetFileNameFromPath(System.String)]

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)