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_filetype
get the filetype from a filename
local df = require "lib/dtutils.file" local result = df.get_filetype(filepath)
filepath - string - path and filename
get_filetype returns the filetype from the supplied filepath
result - string - the filetype
Libraries