On Thu, Apr 21, 2011 at 2:02 PM, Nitish Bangera <[email protected]> wrote: > How to display virtual directories in the file structure? The directories > are not physical directories but just an abstract representation.
If you're using a custom file system implementation as discussed in this thread, what you serve as directories can be based on anything. If your custom FtpFile implementation returns true when isDirectory() is called, it will be represented as a directory to the FTP client. /niklas
