<div class="meta" robots="noindex">

</div>

Property

# FolderItem.MacVRefNum

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

<div class="warning">

<div class="title">

Warning

</div>

This item was deprecated in version 2010r5. There is no replacement.

</div>

## Description

Macintosh volume reference number (Macintosh only).

## Sample code

``` xojo
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.
