VirtualPathUtility::GetFileName Method
Retrieves the file name of the file that is referenced in the virtual path.
Assembly: System.Web (in System.Web.dll)
Parameters
- virtualPath
- Type: System::String
The virtual path.
Return Value
Type: System::StringThe file name literal after the last directory character in virtualPath; otherwise, an empty string (""), if the last character of virtualPath is a directory or volume separator character.
| Exception | Condition |
|---|---|
| ArgumentException | virtualPath contains one or more characters that are not valid, as defined in InvalidPathChars. |
The following code example demonstrates how to use the GetFileName, GetExtension, and GetDirectory methods.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.