ILibraryFile

Using this interface, you can edit a library file.

Declaration

ILibraryFile : IDirectoryMember

Properties

IDirectoryMember properties:

  • String Name - Sets or gets the library name.
  • IFolder Directory - Sets or gets the directory in which the library is located.
  • String FullPath - Gets the path of the Advanced Installer project.
  • String Type - Gets the type of the file as string.

Methods

IDirectoryMember properties:

  • DeleteFile() - This method will delete the library file from the project. The object on which this method is called is no longer available for editing.

See also

IAdvinstProject

ILibraryComponent