Hi guys,
I have a problem. I need to convert this PowerShell program to vb.net or VbScript.
But i can't find the solution..
Could anyone help me with this?
function Remove-EmptyFolders {
[CmdletBinding()]
param ()
$delDirs = @()
$dirs = Get-ChildItem -Recurse | Where-Object {...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.