20002016Ericsson AB, All Rights Reserved
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
The Initial Developer of the Original Code is Ericsson AB.
CosFileTransfer_Directory2000-11-09PA1CosFileTransfer_DirectoryThis module implements the OMG CosFileTransfer::Directory interface.
To 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.
list(Directory, Max) -> ReturnReturn a list, of length Maxor less, containing Object References representing files or directories contained within the target Directory and a FileIteratoror a NILobjectDirectory = #objrefReturn = {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.