#!C:/Programme/Perl/bin/perl.exe -w
#
-# Dev-Editor 2.3.1
+# Dev-Editor 2.3.2
#
# Dev-Editor's main program
#
# Author: Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-02-14
+# Last modified: 2005-02-19
#
use strict;
use Output;
use Tool;
-$VERSION = '2.3.1';
+$VERSION = '2.3.2';
# Path to configuration file
# Change if necessary!
# Check if the root directory exists
-abort($config->{'errors'}->{'no_root_dir'}) unless(-d $config->{'fileroot'});
+abort($config->{'errors'}->{'no_root_dir'}) unless(-d $config->{'fileroot'} && not -l $config->{'fileroot'});
# Check if we are able to access the root directory