Share via


VSTAScriptProjectStorage.CreateTempPhysicalProjectStorage(String) Method

Definition

Creates the project on the disk and returns the full name of the project file for the purpose of designing the script

public:
 System::String ^ CreateTempPhysicalProjectStorage(System::String ^ path);
public string CreateTempPhysicalProjectStorage (string path);
member this.CreateTempPhysicalProjectStorage : string -> string
Public Function CreateTempPhysicalProjectStorage (path As String) As String

Parameters

path
String

Returns

Full project path name

Applies to