Udostępnij za pośrednictwem


'Get' statements are no longer supported

Get statements are no longer supported. File I/O functionality is available in the Microsoft.VisualBasic namespace.

Get is not supported for file operations, and can only be used in property procedure syntax.

Error ID: BC30829

To correct this error

  • Perform file operations using the members of System.IO, FileSystemObject, and Visual Basic run-time functions.

See Also

Reference

Get Statement

Other Resources

Processing Drives, Directories, and Files

File Access with Visual Basic