Closing a file
|
| Article by: | unknown (1/29/2002) |
|
| Summary: | When
you are done using a file, be sure to explicitly close it ASAP. This
is important if the file is shared ( that is multiple users are using
the same file ) - like a hit counter or something like that.
|
|