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 Write a raw string of data to the printer?
How to Add accelerator characters to TTabsheets?
How to access more than one table with the QuickRep component?
How to Use JPEGs from resource files ?
Where is "View | Project Source" ?
How can I create an identical binary executable in Delphi?
How to Use mouse_event() to similate mouse events?
When I try to execute sql query from delphi7 it throws the following exception ORA-01704: string literal too long. I know the reason why its throwing this exception. My problem is.... I have catched this exception throw Try.... Except block.....In except block i am performing rollback..... due to above error its also throwing exception in rollback transaction...........due to rollback exception...........it had created some problem in connection...........every time when i try to open or close a connection it throws an exception " Operation is not allowed when the object is open"
'Memo too large' error with MSSQL . What does this error indicates?
How to Get the time and date in Universal Time ?
How to Detect how many jobs are in the print spooler?
'General SQL Error : Connection does not exist' in threaded application . what does this indicates?