l i n u x - u s e r s - g r o u p - o f - d a v i s
L U G O D
 
Next Meeting:
September 2: Social Gathering
Next Installfest:
Sat. Sept. 27, 10am-6pm [Tentative]
Latest News:
Aug. 19: Siafoo slides and photos online
Page last updated:
2007 Feb 19 14:07
Events
 Meetings
 Installfests
 Demos
 Photos
Services
 Library
 LERT
 Jobs
 Documents
Interact
 Mailing Lists
 - Search
 - Archives
 Chat
About Us
 Members
 Projects
 Testimonials
 Call for Speakers
 Why Not MS?
 Finances
 Sponsors

^Home
?Search
?News & RSS
?Calendar
@Contact Us
$Buy Stuff
=Printable


The following is an archive of a post made to our 'vox mailing list' by one of its subscribers.

Report this post as spam:

(Enter your email address)
[vox] Neat FileExits() implementation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vox] Neat FileExits() implementation



A coworked send me this brilliant piece of code:
( seen at http://thedailywtf.com/Articles/Fun_with_Files.aspx )

  private bool FileExists(string strPath)
  {
    try
    {
      File.WriteAllText(strPath, "narf");
      return true;
    }
    catch (Exception ex) {/* do nothing */}

    return false;
  }


This response in the comments sums it up pretty well:

> I don't know why people are being so harsh. This is a well known, time
> proven algorithm. It was used extensively during the Salem witch
> trials.
> 
> bool is_witch(victim)
> {
>   witch = acquire_lock(victim);
>   submerge(witch);
>   sleep(3600);
>   if (witch.is_dead())
>     return false; // not a witch; sorry
>   return true;
> }

:^D

-- 
-bill!
bill@newbreedsoftware.com
http://www.newbreedsoftware.com/
_______________________________________________
vox mailing list
vox@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox



Hosting provided by:
Sunset Systems
Sunset Systems offers preconfigured Linux systems, remote system administration and custom software development.

CD Burns Wanted!

LUGOD: Linux Users' Group of Davis
1105 Kennedy Place, Suite 1, Davis, CA 95616
Contact Us

LUGOD is a 501(c)7 non-profit organization
based in Davis, California
and serving the Sacramento area.
"Linux" is a trademark of Linus Torvalds.

Sponsored in part by:
Appahost Applications
For a significant contribution towards our projector, and a generous donation to allow us to continue meeting at the Davis Library.