Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 142
split_filepath
wpferguson edited this page Jun 14, 2020
·
1 revision
split_filepath
split a filepath into parts
localdf=require"lib/dtutils.file"localresult=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