FreeFile Function
Returns an Integer value representing the next file number available for use by the FileOpen function.
Public Function FreeFile() As Integer
|
Exception type |
Error number |
Condition |
|---|---|---|
|
More than 255 files are in use. |
See the "Error number" column if you are upgrading Visual Basic 6.0 applications that use unstructured error handling. (You can compare the error number against the Number Property (Err Object).) However, when possible, you should consider replacing such error control with Structured Exception Handling Overview for Visual Basic.
Namespace: Microsoft.VisualBasic
Module: FileSystem
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)