We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_filename
get the filename and extension from a file path
local df = require "lib/dtutils.file" local result = df.get_filename(filepath)
filepath - string - path and filename
get_filename strips the path from a filepath and returns the filename
result - string - the file name and type
Libraries