Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Newbie: FB-DOS: CHDRIVE and "CALL INTERRUPT/X"
#11
Yes, DIR$ already supports an optional attribs parameter; these are compatible with the DOS file type attributes, and are guaranteed to work also under Linux. Here are the supported values:
Code:
&h20 - archive; these are normal files. This attrib is optional, i.e. if you don't specify anything else, &h20 is assumed anyway.
&h10 - directory
&h04 - system
&h02 - hidden
&h01 - read only
You can OR any of these together to suit your needs of course.
ngelo Mottola - EC++
Reply
#12
Thanks to everybody - from all corners of the Planet!!

Excellent support (and humour!)

- Mike
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)