vba


SUBMITTED BY: llamagailcl

DATE: Nov. 25, 2016, 11:41 p.m.

FORMAT: Text only

SIZE: 514 Bytes

HITS: 577

  1. Pathname -This field is required. It specifies a file name that includes its directory and drive.
  2. Mode – This field is also required. The mode can be append, Binary, output, input or random. The default mode is random.
  3. Access – This parameter is optional. It specifies operations that are permitted on an open file. It can be read, write or read write.
  4. Lock – It’s an optional parameter. It specifies the operations such as shared, lock read, lock write and lock read-write which are restricted on an open file.

comments powered by Disqus