Jump to content

System32 Ve Windows Içerisinden Dll Silme


radyofon
 Share

Recommended Posts

[code]File.Delete(_SystemFolder.. "esyajni.dll", true, false, nil);[/code]
komutunu kullanıyorum ve verdiği hata şu:

Error: ie -> Button5 -> On Click, Line 59:Argument 4 must be of type boolean.

Stack Traceback:

1: [ie -> Button5 -> On click] Line:59 in main chunk

Link to comment
Share on other sites

[b]Bir boolean değerini eksik yazmışsın diyor hatada (true veya false)[/b]

[code]File.Delete(_SystemFolder.."\\esyajni.dll", true, false,false, nil);[/code]

[b]Bu şekilde denermisiniz.[/b]

Edited by Baba_
Link to comment
Share on other sites

[quote name='Baba_' date='18 February 2012 - 11:30 ' timestamp='1329557458' post='1156772']
[b]Bir boolean değerini eksik yazmışsın diyor hatada (true veya false)[/b]

[code]File.Delete(_SystemFolder.. "esyajni.dll", true, false,false, nil);[/code]

[b]Bu şekilde denermisiniz.[/b]
[/quote]

Teşekkür ederim üstadım. Dediğin gibi bir boolean eksikmiş ama komut da şöyle olacakmış.
[code]File.Delete(_SystemFolder.. "\\esyajni.dll", true, false,false, nil);[/code]

Yani slash' ları da unutmuşuz. [img]http://www.tnctr.com/public/style_emoticons/default/rolleyes.gif[/img]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...