comparison dwtx/core/runtime/Path.d @ 90:7ffeace6c47f

Update 3.4M7 to 3.4
author Frank Benoit <benoit@tionex.de>
date Sun, 06 Jul 2008 23:30:07 +0200
parents 5df4896124c7
children dadb23ea55a6
comparison
equal deleted inserted replaced
89:040da1cb0d76 90:7ffeace6c47f
16 import dwtx.core.runtime.IPath; 16 import dwtx.core.runtime.IPath;
17 import dwtx.core.runtime.Assert; 17 import dwtx.core.runtime.Assert;
18 18
19 import dwt.dwthelper.utils; 19 import dwt.dwthelper.utils;
20 20
21 import tango.io.FileConst; 21 import tango.io.model.IFile;
22 22
23 static import tango.text.Text; 23 static import tango.text.Text;
24 alias tango.text.Text.Text!(char) StringBuffer; 24 alias tango.text.Text.Text!(char) StringBuffer;
25 25
26 /** 26 /**