ResourceURI.FromAbsolutePath(percorso)
Restituisce un oggetto C# del
ResourceURI
tipo, con quello URIType
AbsoluteFilePath
che contiene un percorso assoluto a un file.static ResourceUri FromAbsoluteFilePath(stringpath);
Argomenti
- path(stringa)
- Percorso assoluto di un file.
Restituisce
- ResourceURI
- Un oggetto C# che contiene il percorso indicato nell'argomento.
Esempio
Il seguente esempio mostra un'API che restituisce un oggetto C#
applicationRelativeResourceURI
delResourceURI
tipo che contiene il percorso C:\Users\Username\Desktop\Text1.txt
relativo.var applicationRelativeResourceUri = ResourceUri.FromAbsolutePath("C:\Users\Username\Desktop\Text1.txt");
Fornire un feedback