Attrib
Blitz3D Forums/Blitz3D Userlibs/Attrib
| ||
Anyone done an "ATTRIB" userlib ? |
| ||
What does ATTRIB mean? |
| ||
I think he wants to use the old attrib from ms-dos to change file permissions... You can use the exec with the original attrib.exe as parameter! |
| ||
I think he wants to use the old attrib from ms-dos to change file permissions... That's right :) You can use the exec with the original attrib.exe as parameter! Could you elaborate a little bit please ? |
| ||
I think he means eg. ExecFile "attrib myfile.txt -H" tho maybe this won't work, maybe you need to use the msdos prompt like this: execfile "command attrib myfile.txt -h" -h stands for the settings, see msdos help about ATTRIB. |
| ||
Thanks JFK, I shall try your approach :) I always wondered why there's no file-rename and file-attrib command i BB..... |