TextTemplate : LoadFile
Loads the contents of a file into the Source Property.
C#
|
View
|
TextTemplate |
( string Path )
|
|
View
|
TextTemplate |
( string Path, string RootPath )
|
Java
|
View
|
TextTemplate |
( String Path )
|
|
View
|
TextTemplate |
( String Path, String RootPath )
|
Perl
|
View
|
TextTemplate |
( string Path )
|
|
View
|
TextTemplate |
( string Path, string RootPath )
|
PHP
|
View
|
TextTemplate |
( string Path )
|
|
View
|
TextTemplate |
( string Path, string RootPath )
|
Visual Basic
|
View
|
TextTemplate |
( String Path )
|
|
View
|
TextTemplate |
( String Path, String RootPath )
|
|