1<html> 2 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 6<base target="main"> 7<title>VF Functions Table of Contents</title> 8</head> 9 10<body> 11 12<h2>The Virtual File System (VF)</h2> 13<p><b><i><a href="./intro.html">Introduction</a></i></b></p> 14<p><b><i><a href="./sampledemos/demos.html">Sample Demos</a></i></b></p> 15<p>[<a href=./list.html><b><i>Function List</i></b></a>]</p> 16 17<h3><b><a href="./list.html#Init">Initialization and Finalization</a></b></h3> 18<p> 19<a href="./VFInit.html"> <code>VFInit(Ex)</code> </a><br> <a href="./VFFinalize.html"> <code>VFFinalize</code> </a><br> <a href="./VFIsAvailable.html"> <code>VFIsAvailable</code> </a><br> 20</p> 21 22<h3><b><a href="./list.html#System">vff File</a></b></h3> 23<p> 24<a href="./VFCreateSystemFile.html"> <code>VFCreateSystemFile</code> </a><br> <a href="./VFDeleteSystemFile.html"> <code>VFDeleteSystemFile</code> </a><br> 25</p> 26 27<h3><b><a href="./list.html#Drive">Drives</a></b></h3> 28<p> 29<a href="./VFMountDrive.html"> <code>VFMountDrive*(W)</code> </a><br> <a href="./VFUnmountDrive.html"> <code>VFUnmountDrive(W)</code> </a><br><br> <a href="./VFAttachDrive.html"> <code>VFAttachDrive*(W)</code> </a><br> <a href="./VFDetachDrive.html"> <code>VFDetachDrive(W)</code> </a><br> <a href="./VFActivateDrive.html"> <code>VFActivateDrive*(W)</code> </a><br> <a href="./VFInactivateDrive.html"> <code>VFInactivateDrive(W)</code> </a><br> <a href="./VFFormatDrive.html"> <code>VFFormatDrive(W)</code> </a><br> <a href="./VFSync.html"> <code>VFSync(W)</code> </a><br> <a href="./VFBuffering.html"> <code>VFBuffering(W)</code> </a><br> 30</p> 31 32<h3><b><a href="./list.html#Directory">Directories</a></b></h3> 33<p> 34<a href="./VFCreateDir.html"> <code>VFCreateDir(W)</code> </a><br> <a href="./VFChangeDir.html"> <code>VFChangeDir(W)</code> </a><br> <a href="./VFDeleteDir.html"> <code>VFDeleteDir(W)</code> </a><br> <a href="./VFRenameFile.html"> <code>VFRenameDir(W)</code> </a><br> <a href="./VFMoveFile.html"> <code>VFMoveDir(W)</code> </a><br> 35 36</p> 37 38<h3><b><a href="./list.html#File">File</a></b></h3> 39<p> 40<a href="./VFCreateFile.html"> <code>VFCreateFile(W)</code> </a><br> <a href="./VFOpenFile.html"> <code>VFOpenFile(W)</code> </a><br> <a href="./VFSeekFile.html"> <code>VFSeekFile</code> </a><br> <a href="./VFReadFile.html"> <code>VFReadFile</code> </a><br> <a href="./VFWriteFile.html"> <code>VFWriteFile</code> </a><br> <a href="./VFCloseFile.html"> <code>VFCloseFile</code> </a><br> <a href="./VFDeleteFile.html"> <code>VFDeleteFile(W)</code> </a><br> <a href="./VFRenameFile.html"> <code>VFRenameFile(W)</code> </a><br> <a href="./VFMoveFile.html"> <code>VFMoveFile(W)</code> </a><br> <a href="./VFGetFileSize.html"> <code>VFGetFileSize(W)</code> </a><br> <a href="./VFGetFileSizeByFd.html"> <code>VFGetFileSizeByFd</code> </a><br> <a href="./VFGetOffsetByFd.html"> <code>VFGetOffsetByFd</code> </a><br> <a href="./VFCutFileSize.html"> <code>VFCutFileSize(W)</code> </a><br> <a href="./VFFileSync.html"> <code>VFFileSync</code> </a><br> 41</p> 42 43<h3><b><a href="./list.html#DeviceError">Device Errors</a></b></h3> 44<p> 45<a href="./VFGetLastDeviceError.html"> <code>VFGetLastDeviceError(W)</code> </a><br> 46</p> 47 48<h3><b><a href="./list.html#Other">Other</a></b></h3> 49<p> 50<a href="./VFFileSearchFirst.html"> <code>VFFileSearchFirst(W)</code> </a><br> <a href="./VFFileSearchNext.html"> <code>VFFileSearchNext(W)</code> </a><br> <a href="./VFGetDriveFreeSize.html"> <code>VFGetDriveFreeSize(W)</code> </a><br> <a href="./VFGetLastError.html"> <code>VFGetLastError</code> </a><br> <a href="./VFSetTimeStampCallback.html"> <code>VFSetTimeStampCallback</code> </a><br> <a href="./VFGetApiErrorString.html"> <code>VFGetApiErrorString</code> </a><br> 51</p> 52 53<h3><b><a href="./list.html#Types">Types and Structures</a></b></h3> 54<p> 55<a href="./VFDta.html"> <code>VFDta</code> </a><br> 56 57<a href="./VFErr.html"> <code>VFErr</code> </a><br> <a href="./VFTime.html"> <code>VFTime</code> </a><br> 58</p> 59 60<hr><p>CONFIDENTIAL</p></body> 61</html> 62