From: Rejean Loyer Date: Sat, 10 Sep 2011 07:29:20 +0000 (-0400) Subject: libede:FileSystemBox: added updating of path in supplied PathBox locationBox X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?p=ede;a=commitdiff_plain;h=4a4919248d8e72bbe1fb5ca950cc99c8bb734061 libede:FileSystemBox: added updating of path in supplied PathBox locationBox --- diff --git a/libede/src/FileSystemBox.ec b/libede/src/FileSystemBox.ec index 8a4fad1..b880c75 100644 --- a/libede/src/FileSystemBox.ec +++ b/libede/src/FileSystemBox.ec @@ -495,6 +495,8 @@ public: delete path; if(value && value[0]) path = CopyString(value); + if(locationBox) + locationBox.path = value; if(created) Load(); } @@ -535,6 +537,8 @@ public: } } + PathBox locationBox; + void Select(FileSystemNode node) { if(node.row)