Skip to content
wpferguson edited this page Jun 14, 2020 · 1 revision

GET_PATH

NAME

get_path

SYNOPSIS

get the path from a file path

USAGE

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

filepath - string - path and filename

DESCRIPTION

get_path strips the filename and filetype from a path and returns the path

RETURN VALUE

result - string - the path

Clone this wiki locally