DownloadableFileLocalFolder Property |
https://www.emgu.com
Return the directory where the local file is
Namespace:
Emgu.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic string LocalFolder { get; }
Public ReadOnly Property LocalFolder As String
Get
public:
property String^ LocalFolder {
String^ get ();
}
member LocalFolder : string with get
Property Value
Type:
String
See Also