Hi,
If I open a file for writing in main(), will all threads see the file already open? So can threads write directly to the file?

Thanks!