An asynchronous sequence is similar to the seq
Posted: 13 years ago by Tomas Petricek
It's comparatively hard to enumerate files in a directory and subdirectories without getting exceptions for items you don't have permission to read. Here's a function which just ignores items you can't read and enumerates everything else. Useful for searching big network shares.
4 people like thisPosted: 12 years ago by Kit Eason
Accepts a directory and wildcard pattern to delete files in a folder
1 people like thisPosted: 11 years ago by Wallace Kelly
A quick and dirty function to check to see if there are files present in a directory. Note this will return false if there are only subdirs in a directory.
1 people like thisPosted: 11 years ago by Onorio Catenacci
Async memory or file hashing
11 people like thisPosted: 13 years ago by Mauricio Scheffer
Copies a directory of files. Based on code from http://msdn.microsoft.com/en-us/library/bb762914.aspx
3 people like thisPosted: 11 years ago by Wallace Kelly
Purges files in bin and obj folders, useful to reduce size when copying project folders. Be careful, this script will delete files!
1 people like thisPosted: 11 years ago by Phillip Trelford