Changeset 2344 for branches/eraser6/pluginsRewrite/Eraser.DefaultPlugins/ErasureTargets/SecureMoveErasureTarget.cs
- Timestamp:
- 11/5/2011 7:32:48 AM (19 months ago)
- Location:
- branches/eraser6/pluginsRewrite
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
Eraser.DefaultPlugins/ErasureTargets/SecureMoveErasureTarget.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/pluginsRewrite
- Property svn:ignore
-
old new 7 7 Version.wxs 8 8 *.suo 9 *.ncb10 9 *.pfx 11 10 *.snk
-
- Property svn:mergeinfo changed
/branches/eraser6/6.0 merged: 2305 /trunk/eraser (added) merged: 2300,2306-2309,2312-2314,2316,2318-2326,2329-2330,2332,2334-2337,2339,2341
- Property svn:ignore
-
branches/eraser6/pluginsRewrite/Eraser.DefaultPlugins/ErasureTargets/SecureMoveErasureTarget.cs
r2283 r2344 150 150 { 151 151 //Check the the destination is not a subfolder of the source. 152 if ( Eraser.Util.ExtensionMethods.Path.IsRootedAt(info, Destination))152 if (PathUtil.IsRootedAt(info, Destination)) 153 153 { 154 154 Logger.Log(S._("The destination directory cannot be within the source directory."), … … 264 264 string baseDir = System.IO.Path.Combine(Destination, source.Name); 265 265 return System.IO.Path.Combine(baseDir, 266 Eraser.Util.ExtensionMethods.Path.MakeRelativeTo(source, sourcePath));266 PathUtil.MakeRelativeTo(source, sourcePath)); 267 267 } 268 268
Note: See TracChangeset
for help on using the changeset viewer.
