Query: cosfiletransfer_directory
OS: linux
Section: 3erl
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CosFileTransfer_Directory(3erl) Erlang Module Definition CosFileTransfer_Directory(3erl)NAMECosFileTransfer_Directory - This module implements the OMG CosFileTransfer::Directory interface.DESCRIPTIONTo get access to the record definitions for the structures use: -include_lib("cosFileTransfer/include/*.hrl"). This module also exports the functions described in: * CosFileTransfer_File * CosPropertyService_PropertySetDef in the cosProperty application.EXPORTSlist(Directory, Max) -> Return Types Directory = #objref Return = {ok, FileList, FileIterator} FileList = [File] File = FileIterator = #objref This operation returns a list, of length Max or less, containing Object References representing files or directories contained within the target Directory. If the amount of objects found is less than Max the returned Iterator will be a NIL object. Ericsson AB cosFileTransfer 1.1.10 CosFileTransfer_Directory(3erl)