> * contrib/hbide/ideedit.prg > * contrib/hbide/ideeditor.prg > + Implemented: <MainMenu><Edit><Switch ReadOnly Mode> plus > file's "readonly" attribute obtained by hb_fGetAttr() == 33 > ( please correct me if it is not OK on all systems ).
Return value of HB_FGETATTR() is a bit-field. Use FC_READONLY in fileio.ch for proper read-only flag constant. Hard-wired "33" will not work even on every Windows systems. Viktor _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
