• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

AutoIT Funcion Cambiar Atributos Archivos/directorios [By Pink]

Status
Not open for further replies.

Expermicid

Leech
User
Joined
Oct 23, 2011
Messages
285
Reputation
0
Reaction score
255
Points
63
Credits
0
‎13 Years of Service‎
95%
[lenguaje=autoit]#cs ----------------------------------------------------------------------------

AutoIt Version: 3.3.8.1 Author..........: Pink

Script Function...: Atributos de Archivo/Directorios.

Uso..............: Atributos($file,$parametros)

; si quieren mas parametros para los atributos revisen en
This link is hidden for visitors. Please Log in or register now.
).aspx

#ce ----------------------------------------------------------------------------

Const $FILE_ATTRIBUTE_HIDDEN = 2

Const $FILE_ATTRIBUTE_NORMAL =128

Func Atributos($file,$Parametro)

dllcall('Kernel32.dll','int','SetFileAttributes','str',$file,'dword',$Parametro)

EndFunc[/lenguaje]

 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top