Edit

Share via


HTMLProjectItem.LoadFromFile(String) Method

Definition

Updates the text in the Microsoft Script Editor with text from the specified file (on disk).

public:
 void LoadFromFile(System::String ^ FileName);
public void LoadFromFile (string FileName);
abstract member LoadFromFile : string -> unit
Public Sub LoadFromFile (FileName As String)

Parameters

FileName
String

Required String. The fully qualified path of the text file that contains the text to be loaded.

Applies to