1CosFileTransfer_Directory(3)Erlang Module DefinitionCosFileTransfer_Directory(3)
2
3
4
6 CosFileTransfer_Directory - This module implements the OMG CosFile‐
7 Transfer::Directory interface.
8
10 To get access to the record definitions for the structures use:
11 -include_lib("cosFileTransfer/include/*.hrl").
12
13 This module also exports the functions described in:
14
15 * CosFileTransfer_File
16
17 * CosPropertyService_PropertySetDef in the cosProperty application.
18
20 list(Directory, Max) -> Return
21
22 Types:
23
24 Directory = #objref
25 Return = {ok, FileList, FileIterator}
26 FileList = [File]
27 File = FileIterator = #objref
28
29 This operation returns a list, of length Max or less, containing
30 Object References representing files or directories contained
31 within the target Directory. If the amount of objects found is
32 less than Max the returned Iterator will be a NIL object.
33
34
35
36Ericsson AB cosFileTransfer 5.1 CosFileTransfer_Directory(3)