ITempFile
Using this interface, you can edit a temp file.
Declaration
ITempFile : IDirectoryMember
Properties
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.
Methods
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
- ITempFilesComponent
Temp Files Component interface