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_basename
get the filename without the path or extension
local df = require "lib/dtutils.file" local result = df.get_basename(filepath)
filepath - string - path and filename
get_basename returns the name of the file without the path or filetype.
result - string - the basename of the file
Libraries