Adds file to project
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim filePhysicalLocation As String
Dim folder As String
Dim value As Boolean
value = DesignUtil.AddFileToProject(filePhysicalLocation, folder) |
Parameters
- filePhysicalLocation
- Location to add file from
- folder
- Folder to add file in
Return Value
Whether the add succeeded.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also