NOTE: This method is called only if you
implemented IwodFTPDNotify interface in your application, and
wodFTPD.Notification
property has received reference to instance of your implementation.
This notification method is called when user sends
command to list contents of a directory. Usually in FTP
protocol this is LIST and NLST commands, and in SFTP
protocol this is special formed packet request.
If you want to hide directory contents, just set
Action = Deny and the
client will receive an error (permission denied
error).
If you want to 'resolve' requested RelativePath to some different location - just
set ResolvedPath argument to
something else. This is great for creating 'virtual
directories' which point to something completely
different on your system. Client will never know for this
change - all he knows is he's getting directory list
for RelativePath.