Method GetLocalUri
- Namespace
- PowerSync.Common.Attachments
- Assembly
- PowerSync.Common.dll
GetLocalUri(string)
Returns the file path for the provided filename in the storage directory.
public string GetLocalUri(string filename)
Parameters
filenamestringThe name of the file.
Returns
- string
The full file path where the file is stored.