<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/directory</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 03:11:25 GMT</pubDate>
<item>
<title>(Visual Basic) WhoIsLoggedIn.vbs - RobertHirabayashi</title>
<link>http://snipplr.com/view/63222/whoisloggedinvbs/</link>
<description><![CDATA[ <p>Run this script from a command prompt, and you'll be asked for the IP Address or Host Name. Script will first check if PC is ping-able and will return an error message on any unreachable host. If the computer is running, script will return with user details about the logged in user from Active Directory.</p> ]]></description>
<pubDate>Fri, 10 Feb 2012 06:28:45 GMT</pubDate>
<guid>http://snipplr.com/view/63222/whoisloggedinvbs/</guid>
</item>
<item>
<title>(Visual Basic) QueryDNSEnries-AllWindowsCrawler.vbs - RobertHirabayashi</title>
<link>http://snipplr.com/view/63212/querydnsenriesallwindowscrawlervbs/</link>
<description><![CDATA[ <p>This script, building on my AllWindowsCrawler snippet, records DNS server entries (up to 3) as well as the IP Address and AD site location for a given Server (the AllWindows portion is commented out). This query is filtered to select only IP enabled adapters with DHCP disabled (i.e. static IP). The results are written to a CSV file.</p> ]]></description>
<pubDate>Fri, 10 Feb 2012 02:19:18 GMT</pubDate>
<guid>http://snipplr.com/view/63212/querydnsenriesallwindowscrawlervbs/</guid>
</item>
<item>
<title>(Visual Basic) _Snippet-AllWindowsCrawler.vbs - RobertHirabayashi</title>
<link>http://snipplr.com/view/63186/snippetallwindowscrawlervbs/</link>
<description><![CDATA[ <p>This script is a wrapper for delivering code to every computer object in a domain, and outputs the results to a time code stamped text or CSV file. Every computer is pinged to determine if it is up prior to running the payload, to prevent wasted time.</p> ]]></description>
<pubDate>Thu, 09 Feb 2012 08:48:04 GMT</pubDate>
<guid>http://snipplr.com/view/63186/snippetallwindowscrawlervbs/</guid>
</item>
<item>
<title>(PHP) Getting files, folders, file count, folder count in a directory with php - duzenz</title>
<link>http://snipplr.com/view/62962/getting-files-folders-file-count-folder-count-in-a-directory-with-php/</link>
<description><![CDATA[ <p>Getting files, folders, file count, folder count in a directory with php and writing them to a web page</p> ]]></description>
<pubDate>Wed, 01 Feb 2012 06:30:29 GMT</pubDate>
<guid>http://snipplr.com/view/62962/getting-files-folders-file-count-folder-count-in-a-directory-with-php/</guid>
</item>
<item>
<title>(C++) Qt drag and drop files or directories - shadevampire</title>
<link>http://snipplr.com/view/58458/qt-drag-and-drop-files-or-directories/</link>
<description><![CDATA[ <p>You have to implement 2 protected virtual methods in your widget you want to accept file or directory drops:
- void dragEnterEvent(QDragEnterEvent *event)
- void dropEvent(QDropEvent *event)

And also you have to call setAcceptDrops(true); on this widget before it could accept drops.</p> ]]></description>
<pubDate>Mon, 05 Sep 2011 23:25:24 GMT</pubDate>
<guid>http://snipplr.com/view/58458/qt-drag-and-drop-files-or-directories/</guid>
</item>
<item>
<title>(Windows PowerShell) Convert every music file into 192kbps mp3 in a given \"targetdir\" folder with ffmpeg on Windows - shadevampire</title>
<link>http://snipplr.com/view/58152/convert-every-music-file-into-192kbps-mp3-in-a-given-targetdir-folder-with-ffmpeg-on-windows/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 25 Aug 2011 07:50:03 GMT</pubDate>
<guid>http://snipplr.com/view/58152/convert-every-music-file-into-192kbps-mp3-in-a-given-targetdir-folder-with-ffmpeg-on-windows/</guid>
</item>
<item>
<title>(Bash) File &amp;amp; Directory Remove Script - mkornatz</title>
<link>http://snipplr.com/view/57640/file--directory-remove-script/</link>
<description><![CDATA[ <p>Modified a little bit to make it easier to change the location of the recycle bin.</p> ]]></description>
<pubDate>Fri, 05 Aug 2011 02:31:02 GMT</pubDate>
<guid>http://snipplr.com/view/57640/file--directory-remove-script/</guid>
</item>
<item>
<title>(PHP) scan directory - BilalELMoussaoui</title>
<link>http://snipplr.com/view/56895/scan-directory/</link>
<description><![CDATA[ <p>scandir function with more information about the files and folers like the size and mime type</p> ]]></description>
<pubDate>Wed, 20 Jul 2011 07:56:23 GMT</pubDate>
<guid>http://snipplr.com/view/56895/scan-directory/</guid>
</item>
<item>
<title>(Visual Basic) FUNCTION GetUserDN - lrduncan</title>
<link>http://snipplr.com/view/56495/function-getuserdn/</link>
<description><![CDATA[ <p>Retrieves Active Directory distinguished name given user's SAMAccountName</p> ]]></description>
<pubDate>Wed, 13 Jul 2011 02:28:08 GMT</pubDate>
<guid>http://snipplr.com/view/56495/function-getuserdn/</guid>
</item>
<item>
<title>(PHP) Get Directory List PHP - nebojsac</title>
<link>http://snipplr.com/view/55588/get-directory-list-php/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 22 Jun 2011 23:07:29 GMT</pubDate>
<guid>http://snipplr.com/view/55588/get-directory-list-php/</guid>
</item>
<item>
<title>(Windows PowerShell) echo print the directory in which the bat bath file is in (it's not the working directory, it's the directory of the bat!) - shadevampire</title>
<link>http://snipplr.com/view/55292/echo-print-the-directory-in-which-the-bat-bath-file-is-in-its-not-the-working-directory-its-the-directory-of-the-bat/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Jun 2011 06:56:56 GMT</pubDate>
<guid>http://snipplr.com/view/55292/echo-print-the-directory-in-which-the-bat-bath-file-is-in-its-not-the-working-directory-its-the-directory-of-the-bat/</guid>
</item>
<item>
<title>(Windows PowerShell) Echo print the current working directory in windows batch file - shadevampire</title>
<link>http://snipplr.com/view/55289/echo-print-the-current-working-directory-in-windows-batch-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 16 Jun 2011 06:24:19 GMT</pubDate>
<guid>http://snipplr.com/view/55289/echo-print-the-current-working-directory-in-windows-batch-file/</guid>
</item>
<item>
<title>(C++) Rename filtered files in directory with Qt - shadevampire</title>
<link>http://snipplr.com/view/54785/rename-filtered-files-in-directory-with-qt/</link>
<description><![CDATA[ <p>for more info see the link</p> ]]></description>
<pubDate>Thu, 02 Jun 2011 21:14:16 GMT</pubDate>
<guid>http://snipplr.com/view/54785/rename-filtered-files-in-directory-with-qt/</guid>
</item>
<item>
<title>(Bash) find the largest directories in a Unix shell - pyroblue</title>
<link>http://snipplr.com/view/53809/find-the-largest-directories-in-a-unix-shell/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 20 May 2011 00:18:51 GMT</pubDate>
<guid>http://snipplr.com/view/53809/find-the-largest-directories-in-a-unix-shell/</guid>
</item>
<item>
<title>(Perl) check directory is empty - alfirth</title>
<link>http://snipplr.com/view/52827/check-directory-is-empty/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 30 Apr 2011 09:24:38 GMT</pubDate>
<guid>http://snipplr.com/view/52827/check-directory-is-empty/</guid>
</item>
<item>
<title>(Bash) Backup Directory and Content - tribal</title>
<link>http://snipplr.com/view/51726/backup-directory-and-content/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Apr 2011 19:11:35 GMT</pubDate>
<guid>http://snipplr.com/view/51726/backup-directory-and-content/</guid>
</item>
<item>
<title>(Bash) add file to all directories recursively - dan_hoerr</title>
<link>http://snipplr.com/view/50073/add-file-to-all-directories-recursively/</link>
<description><![CDATA[ <p>currently formatted for use on mediatemple server.  replace file path with absolute path of resources.</p> ]]></description>
<pubDate>Sat, 05 Mar 2011 09:10:54 GMT</pubDate>
<guid>http://snipplr.com/view/50073/add-file-to-all-directories-recursively/</guid>
</item>
<item>
<title>(PHP) Empty directory recursively in PHP - nilambar</title>
<link>http://snipplr.com/view/48980/empty-directory-recursively-in-php/</link>
<description><![CDATA[ <p>This function empties the folder recursively. Two parameters are passed in the function, First one is the directory to be emptied and second one is the flag to determine whether to delete the given folder. If set 'true', given folder is also removed at last. If emptying is our need then you should pass 'false'.</p> ]]></description>
<pubDate>Mon, 14 Feb 2011 16:21:15 GMT</pubDate>
<guid>http://snipplr.com/view/48980/empty-directory-recursively-in-php/</guid>
</item>
<item>
<title>(PHP) Recursive Glob File Tree - danoph</title>
<link>http://snipplr.com/view/48610/recursive-glob-file-tree/</link>
<description><![CDATA[ <p>There are a lot of recursive glob functions out there but they don't build a tree, they build a 1 dimensional array...This function builds a directory tree.</p> ]]></description>
<pubDate>Tue, 08 Feb 2011 21:41:36 GMT</pubDate>
<guid>http://snipplr.com/view/48610/recursive-glob-file-tree/</guid>
</item>
<item>
<title>(C#) Get logged in user from Active Directory and then get some of their AD attributes - lance</title>
<link>http://snipplr.com/view/48324/get-logged-in-user-from-active-directory-and-then-get-some-of-their-ad-attributes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Feb 2011 10:00:49 GMT</pubDate>
<guid>http://snipplr.com/view/48324/get-logged-in-user-from-active-directory-and-then-get-some-of-their-ad-attributes/</guid>
</item>
</channel>
</rss>
