SparkFiles.Get(String) Method

Definition

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.

Applies to