[
https://issues.apache.org/jira/browse/IO-890?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gary D. Gregory updated IO-890:
-------------------------------
Summary: FilenameUtils.getName(String) doesn't return full name if the
filename contains a separator character (was: getName method in FilenameUtils
does not return full name if the filename contains a separator character)
> FilenameUtils.getName(String) doesn't return full name if the filename
> contains a separator character
> ------------------------------------------------------------------------------------------------------
>
> Key: IO-890
> URL: https://issues.apache.org/jira/browse/IO-890
> Project: Commons IO
> Issue Type: Bug
> Reporter: Saurabh Parkhi
> Priority: Minor
>
> Tried and Replicated on Linux
> * Create a file with backslash in the name e.g. `touch
> file'\'withbackslash.txt`
> * try to get the filename from the full path, it splits on the last
> separator returning only part of the file name
>
> As the method operates only on String, it fails, if it generates a File or
> Path object and get the filename, it will work
--
This message was sent by Atlassian Jira
(v8.20.10#820010)