SaveAs(String,Boolean) Method
                In This Topic
            
            Saves the file to a specified path.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Overloads Sub SaveAs( _
   ByVal  As System.String, _
   ByVal  As System.Boolean _
) 
             
        
            
            public void SaveAs( 
   System.string ,
   System.bool 
)
             
        
             
        
            Parameters
- path
- The target path to save to.
- overwrite
- Whether to overwrite the existing file.
 
            
            
            
            
            
            
            
            
            
            
            
            See Also