DeviceFileSystem
Wisej.Hybrid.DeviceFileSystem
public class DeviceFileSystemPublic Class DeviceFileSystemConstructors
DeviceFileSystem()
Methods
CreateDirectory(path)
Parameter
Type
Description
DeleteDirectory(path)
Parameter
Type
Description
DeleteFile(path)
Parameter
Type
Description
Exists(path)
Parameter
Type
Description
GetFiles(directory)
Parameter
Type
Description
ReadBytes(path)
Parameter
Type
Description
ReadText(path)
Parameter
Type
Description
WriteBytes(path, bytes)
Parameter
Type
Description
WriteText(path, contents)
Parameter
Type
Description
Last updated