2000 2016 Ericsson 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_Directory 2000-11-09 PA1
CosFileTransfer_Directory This 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) -> Return Return a list, of length Maxor less, containing Object References representing files or directories contained within the target Directory and a FileIteratoror a NILobject 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.