RC-WinTrans Object Model Help |
ProjectFiles.Add
|
Adds a "ProjectFile" object to the collection.
Syntax: |
Add( ProjectFilePath As String ) As ProjectFile |
| Return: | ProjectFile |
| Parameters: |
ProjectFilePath Name and path of the project file to be added.
|
| Example: | Dim Proj As TranslationProject
Dim ProjFile As ProjectFile
Set Proj = Application.ActiveProject
Set ProjFile = Proj.ProjectFiles.Add("C:\Data\TestFile.rc")
|
See also: