Search
Utilities.readFileAsString Method
See Also
 

Returns the content of a file as a string.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public static String readFileAsString (
    String filePath
)

 Parameters

filePath

A String containing the file name or full path.

 Return Value

A String containing the file content.

 See Also