Table of Contents

Class Files

Namespace
DrawnUi.Infrastructure
Assembly
DrawnUi.Maui.dll
public class Files
Inheritance
Files
Inherited Members
Extension Methods

Properties

PermissionsOk

public static bool PermissionsOk { get; set; }

Property Value

bool

Methods

CheckPermissionsAsync(Action)

public static void CheckPermissionsAsync(Action onSuccess = null)

Parameters

onSuccess Action

CloseFile(FileDescriptor, bool)

public static bool CloseFile(FileDescriptor file, bool refreshSystem = false)

Parameters

file FileDescriptor
refreshSystem bool

Returns

bool

GetFullFilename(string, StorageType, string)

public static string GetFullFilename(string filename, StorageType type, string subFolder = null)

Parameters

filename string
type StorageType
subFolder string

Returns

string

OpenFile(string, StorageType, string)

public static FileDescriptor OpenFile(string filename, StorageType type, string subFolder = null)

Parameters

filename string
type StorageType
subFolder string

Returns

FileDescriptor