Yes, DevEdit has an option that allows you to pass through the image directory when it is loaded.
This is especially useful when integrating DevEdit into a CMS application where each user needs a separate image path.
The image path is set when calling the ShowControl Function. eg
$myDE->ShowControl("400", "400", "/user1_images");
See the documentation for details.
