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 |
How to disable the Delphi / Borland C++ Builder splash screen ?
How to Convertan integer into a binary string?
How to Display a file's associated icon?
How to assign a file variable in a Record?
How to Check drive ready status?
How to Move a control at runtime with the mouse?
How to Use mouse_event() to similate mouse events?
How to Get bin names from your printer?
How does inheritance operate when using the object of the classes?
How to Converta RGB color to a CMYK color?
Does Delphi support the back-end?
How to change an ISAPI DLL project to a CGI project, or vice-versa?