DEXTUploadJ
DEXTUploadJ References > FileDownload > Method > GetFileName
GetFileName Method
- Versiob
- 1.0.1.0
- Environment
- Sun JDK1.4
- Target
- DEXTUploadJ Download
- Signature
- public static java.lang.String GetFileName(java.lang.String FilePath)
- Parameters
-
Name Signature Description FilePath java.lang.String Route of saved file Path (including file name) - return value
- The file name that contains in the file path
- Description
-
Seek file name that contains in the file path.
- Usage
-
FileDownload down = new FileDownload(request, response); down.GetFileName(FilePath);