Returns the file system path of the device.
This can be used to check permissions on Linux hidraw, for instance.
Namespace: HidSharpAssembly: HidSharp (in HidSharp.dll) Version: 2.0.0
public abstract string GetFileSystemName()
Public MustOverride Function GetFileSystemName As String
public:
virtual String^ GetFileSystemName() abstract
abstract GetFileSystemName : unit -> string
Return Value
Type:
StringThe file system path.
Reference