ghotbi New Member Apr 27, 2021 #1 Hi sometimes when i use FileChooser and get path from file.getparent() it return path without slashes such as c:user why???
Hi sometimes when i use FileChooser and get path from file.getparent() it return path without slashes such as c:user why???
Erel B4X founder Staff member Licensed User Longtime User Apr 27, 2021 #2 Strange. More information please, including code. Upvote 0
ghotbi New Member Apr 27, 2021 #3 Erel said: Strange. More information please, including code. Click to expand... B4X: Dim fc As FileChooser fc.initialise fullpath=fc.showopen(mainform) path=file.getparent(fullpath) path returns sometimes: c:user d:newfolderproject Upvote 0
Erel said: Strange. More information please, including code. Click to expand... B4X: Dim fc As FileChooser fc.initialise fullpath=fc.showopen(mainform) path=file.getparent(fullpath) path returns sometimes: c:user d:newfolderproject
Erel B4X founder Staff member Licensed User Longtime User Apr 27, 2021 #4 What is the output of Log(fullpath) ? On which platform are you running it? Upvote 0