|
Method DetailString getFileExtension() Returns the file extension. 'Myfile.doc' returns 'doc' Returns: String Since: 03-28-2018 int getFileLength() Returns the size of the file in bytes. Returns: int Since: 08-23-2018 int getFileSize() Returns the size of the file in kilobytes. Returns: int Since: 03-28-2018 String getFilename() Returns the name of the uploaded file. Returns: String Since: 03-28-2018 File toFile(String filename) Creates a file with the given name and extension. Extension is required and must be a type supported by the platform
Parameters:
Returns: File Since: 03-28-2018 String toString() Returns a description of this object. Returns: String Since: 03-28-2018 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |