javaToNative converts a list of file names represented by a java String[] to a platform specific representation. Each String in the array contains the absolute path for a single file or directory.
@param object a java String[] containing the file names to be converted
@param transferData an empty TransferData object that willbe filled in on return with the platform specific format of the data
@see Transfer#nativeToJava
| |
| |
| |