Skip to content

get_basename

deekayhd edited this page Mar 29, 2026 · 1 revision

GET_BASENAME

NAME

get_basename

SYNOPSIS

get the filename without the path or extension

USAGE

local df = require "lib/dtutils.file"
local result = df.get_basename(filepath)

filepath - string - path and filename

DESCRIPTION

get_basename returns the name of the file without the path or filetype.

RETURN VALUE

result - string - the basename of the file

Clone this wiki locally