mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Create basename.lua
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
function basename(file_name)
|
||||
return (string.match(file_name, "([^/]+)$"))
|
||||
end
|
||||
Reference in New Issue
Block a user