SparkFiles.Get(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.
Get the absolute path of a file added through AddFile(String, Boolean).
public static string Get (string fileName);
static member Get : string -> string
Public Shared Function Get (fileName As String) As String
Parameters
- fileName
- String
The name of the file added through AddFile(String, Boolean).
Returns
The absolute path of the file.