CosFileTransfer_File

This module implements the OMG CosFileTransfer::File 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:

CosPropertyService_PropertySetDef in the cosProperty application.

Functions


'_get_name'(File) -> string()

  • File = #objref

This read only attribute represents the target object's associated name.

'_get_complete_file_name'(File) -> string()

  • File = #objref

This read only attribute represents the target object's associated absolute name.

'_get_parent'(File) -> Directory

  • File = Directory = #objref

This read only attribute represents the target object's container. In some cases a NIL object will be returned.

'_get_associated_session'(File) -> FileTransferSession

  • File = FileTransferSession = #objref

This read only attribute represents the target object's associated FileTransferSession.