kaven-basic - v6.0.0
    Preparing search index...

    Function GetFileExtension

    • Returns the file extension from a given file name.

      Parameters

      • fileName: string

        The name of the file from which to extract the extension.

      Returns string

      The file extension as a string if present; otherwise, returns an empty string.

      "c:/a/b.xyz" => "xyz"
      

      1.0.5

      2022-06-26