A file replicator may also implement
VfsComponent .
author: Adam Murdoch version: $Revision: 480428 $ $Date: 2006-11-28 22:15:24 -0800 (Tue, 28 Nov 2006) $
replicateFile(FileObject srcFile, FileSelector selector) Creates a local copy of the file, and all its descendents.
Parameters: srcFile - The file to copy. Parameters: selector - Selects the files to copy.
Creates a local copy of the file, and all its descendents.
Parameters: srcFile - The file to copy. Parameters: selector - Selects the files to copy. The local copy of the source file. throws: FileSystemException - If the source files does not exist, or on error copying.