Sometimes you need to temporarily create a file or even a directory to put some files into. Windows (and most other operating systems, even MS DOS) reserves a special directory for this purpose and helpfully provides API methods for getting this directory (or you could just use the %TEMP% environment variable but while that is … Continue reading Using the %TEMP% directory
Month: August 2015
dzEditorLineEndsFix 1.0.2 released
I just released dzEditorLineEndsFix 1.0.2 on SourceForge. It now creates its own subdirectory under TEMP where its puts the unique subdirectories for the various copies of the .ttr file rather than cluttering TEMP. It also tries to delete this directory on startup (It can't do that on shutdown because the .ttr files cannot be deleted). … Continue reading dzEditorLineEndsFix 1.0.2 released
If PHP files get downloaded rather than executed on Ubuntu
you probably didn't install libapache2-mod-php5: sudo apt-get install libapache2-mod-php5