Next Topic

Previous Topic

Book Contents

OpenDir

bool OpenDir(string sPath,TLuaSFTPClientDirectoryHandle &Handle)

Return value

Returns true if the operation was successful or false if otherwise.

Parameters

  • sPath - Path to directory to open.
  • Handle - Handle returned to be used in subsequent operations.

Remarks

This function "opens" a directory for the purpose of list its content with the ListDir function.