Toggle navigation
Concept Framework 2.2 documentation
Contents
Index
FtpConnection
.OpenDir
public function
OpenDir
Prototype:
public function OpenDir(dirname)
Parameters
dirname
the name of the file on the remote.
Description:
Opens a directory on the ftp server.
Return value:
Returns a
FtpFile
or null if the directory is not accessible.