[DllImport("kernel32.dll")]
static extern bool GetVolumePathName(string lpszFileName,
[Out] StringBuilder lpszVolumePathName, uint cchBufferLength);
<DllImport("kernel32.dll")> _
Public Function GetVolumePathName(ByVal lpszFileName As String, _
ByVal lpszVolumePathName As String, _
ByVal cchBufferLength As Long) As Long
End Function
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!