Expand Minimize
0 out of 1 rated this helpful - Rate this topic

'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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.