How to change file attributes programmatically?
Answer / ankit
Use chmod function which takes first parameter as filename
and next parameter as the permission.
This function is available even on Windows as against the
general myth that only UNIX and Linux support it.
| Is This Answer Correct ? | 0 Yes | 1 No |
what are Multiple Transports?
How to Resize StringGrid Columns ?
How to get Table data subset through IProvider ?
How to Use Visual Basic arrays in Delphi ?
How to Create resource files?
How to Access a grid's column or row by name ?
How to use Access97 drivers with BDE 4.51 ?
How to Pass TPrinter handle to GetDeviceCaps() ?
How to use sets in code, such as adding to TDBGrid.Options, at run time?
How to Connect to a remote CORBA server?
How to make your main form fill up the Desk Top space?
What is the equivalent in BCB to a Pdox TCursor?