Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Changing windows files permissions by code
Message
From
22/11/2006 07:25:13
 
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
01171171
Message ID:
01171704
Views:
7
Why not use the WinAPI ShellExecute function which does not require that WSH is installed?

>Good tip.
>
>If WSH is allowed, one can use that for the use of CACLS. The advantage is that, as compared to using RUN, the appearance of the dos-window can be suppressed with the 3rd parameter.
>
>
oShell = createobject("WScript.Shell")
>lcRun = "CACLS file.txt /P JIM:F < yes.txt"
>lnRC = oShell.Run(lcRun, 1, .T.)
>
>
>>What about using CACLS.EXE since that is present on any machine running winnt 4 or above.
>>
>>>>True. However, it is more than nothing. What do you additionally suggest?
>>>
>>>I thought of SetFileSecurity but I don't have ready out of the box code for that one.
>>>Cetin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform