Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Dim a As String

a = "C:\New Folder"

FolderSize(a)

 

 

I used this code to pass the value to the code in the link but it didn't work.It does not delete any files in the folder.Am i passing the values properly.

Posted
The code provided is basically a recursive file search. It's not meant to delete files. You need to edit it yourself to delete files instead of get their size. You will also need to add some exception handling in case a file is locked and cannot be deleted.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

×
×
  • Create New...