FileTransfer.javaToNative

This implementation of <code>javaToNative</code> converts a list of file names represented by a java <code>String[]</code> to a platform specific representation. Each <code>String</code> in the array contains the absolute path for a single file or directory.

@param object a java <code>String[]</code> containing the file names to be converted @param transferData an empty <code>TransferData</code> object that will be filled in on return with the platform specific format of the data

@see Transfer#nativeToJava

class FileTransfer
override
void
javaToNative

Meta