Property
FolderItem.MacVRefNum
Warning
This item was deprecated in version 2010r5. There is no replacement.
Description
Macintosh volume reference number (Macintosh only).
Sample code
Dim f As New FolderItem
f = GetOpenFolderItem("text/plain")
If f.MacVRefNum <> 0 Then
MsgBox(Str(f.MacVRefNum))
Else
MsgBox("The MacVefNo is zero.")
End If
Compatibility
All project types on all supported operating systems.