DownloadableFileGetLocalFileName Method |
https://www.emgu.com
The local path to the local file given the file name
Namespace:
Emgu.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic string GetLocalFileName(
string fileName
)
Public Function GetLocalFileName (
fileName As String
) As String
public:
String^ GetLocalFileName(
String^ fileName
)
member GetLocalFileName :
fileName : string -> string
Parameters
- fileName
- Type: SystemString
The name of the file
Return Value
Type:
StringThe local path of the file
See Also