Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
SE SupportSE SupportReporter
Samuel KongSamuel Kong(Deactivated)Branch Version/s
6.1.x6.0.xBackported to Branch
CommittedGit Pull Request
Components
Priority
Medium
Details
Details
Assignee
SE Support
SE SupportReporter
Samuel Kong
Samuel Kong(Deactivated)Branch Version/s
6.1.x
6.0.x
Backported to Branch
Committed
Git Pull Request
Components
Priority
Zendesk Support
Zendesk Support
Zendesk Support
Created June 8, 2012 at 9:09 AM
Updated June 24, 2023 at 3:48 PM
Resolved June 9, 2012 at 10:06 AM
FileUtil.getShortFileName("/aaa\bbb\test.jsp")
will return: aaa\bbb\test.jsp
correct value should be: test.jsp
FileUtil.getPath("/aaa\bbb\test.jsp")
will return: /
correct value should be: /aaa\bbb\