HTMLProjectItem.LoadFromFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.