fileparse (fullname
[,suffixlist
])
Divides a file specification into its three parts, returning them in the order: filename, path, suffix.
The arguments are the same as for($name, $path, $suffix) = fileparse($fullname, @suffixlist)
basename
.Copyright © 2001 O'Reilly & Associates. All rights reserved.