Page 1 of 1

Function: convert_filename

Posted: Thu Oct 21, 2021 12:14 am
by YiMeng
Description
  • Converts a file fullpath into just its filename, including file extension.

Parameters
  • x: The file full path.

Usage
  • %convert_filename&c:\somepath\test.txt%
    • Returns: "test.txt"