Virtual file attribute.
Source position: filutilh.inc line 188
| const faVirtual = $00010000; | 
faVirtual can be returned by FindFirst or FindNext to indicate that a returned file is virtual (on file systems that support this).
| 
 | File is a directory. | |
| 
 | Archive bit is set. | |
| 
 | Hidden file. | |
| 
 | Compressed file attribute. | |
| 
 | Virtual file attribute. | |
| 
 | Encrypted file attribute. | |
| 
 | Normal file attribute. | |
| 
 | Start a file search and return a findhandle. | |
| 
 | Find the next entry in a findhandle. |