-
Notifications
You must be signed in to change notification settings - Fork 111
sanitize_filename
wpferguson edited this page Jun 14, 2020
·
1 revision
sanitize_filename
make a filename safe to pass as an argument
local df = require "lib/dtutils.file"
local sanitized_filename = df.sanitize_filename(filename)
filename - string - a filepath and filename
sanitize_filename places quotes around the filename in an operating system specific manner. The result is safe to pass as an argument to the operating system.
sanitized_filename - string - quoted filename