dustinmoorman / flashcards

Simple exam / flash card study tool.
3 stars 1 forks source link

Make platform agnostic #18

Closed dustinmoorman closed 10 years ago

dustinmoorman commented 10 years ago

See Flashcards\Exam::clear()

needs to detect different OS and use correct system commands for each.

dustinmoorman commented 10 years ago

This is done checking the value of a constant for its windows definition, and otherwise defaulting to linux.