MobileServiceClient.EnsureFileExists(String) Method

Definition

Ensures that a file exists, creating it if necessary

public static void EnsureFileExists (string path);
static member EnsureFileExists : string -> unit
Public Shared Sub EnsureFileExists (path As String)

Parameters

path
String

The fully-qualified pathname to check

Applies to