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
FilePathjava.lang.StringRoute 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);