Function: convert_filename

Functions are used within scripts to enable more powerful operations such as dynamic methods for parsing, arrays and data types.
User avatar
YiMeng
Author
Posts: 238
Joined: Sat Jul 18, 2020 10:58 pm
Location: NY
Contact:

Function: convert_filename

Unread post 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"