ITempFileCopy link to this sectionLink to this section copied!

Using this interface, you can edit a temp file.

DeclarationCopy link to this sectionLink to this section copied!

ITempFile : IDirectoryMember

PropertiesCopy link to this sectionLink to this section copied!

IDirectoryMember properties:

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

MethodsCopy link to this sectionLink to this section copied!

IDirectoryMember methods:

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

Topics