forked from darktable-org/lua-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
split_filepath
deekayhd edited this page Mar 29, 2026
·
1 revision
split_filepath
split a filepath into parts
local df = require "lib/dtutils.file"
local result = df.split_filepath(filepath)filepath - string - path and filename
split_filepath splits a filepath into the path, filename, basename and filetype and puts that in a table
result - table - a table containing the path, filename, basename, and filetype