Opens the template file from the specified disk location.

public void Open(String filepath)
Public Sub Open(ByVal filepath As String)

A string representing the location of the file.


          PResentation pres = ppta.Open(@"C:\Reports\Report.pptx");
        
Dim pres As Presentation = ppta.Open("C:\Reports\Report.pptx")