Path.GetExtensionstatic function GetExtension (path : String) : StringDescriptionReturns the extension component of the specified path string. The extension returned includes the . character used to separate the extension from the rest of the path.
JavaScript
//Remember to import IO to make Path work. using System.IO; import System.IO |
