Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Jon ClausenJon ClausenReporter
Raymond CamdenRaymond CamdenFix versions
Priority
Minor
Details
Details
Assignee
Jon Clausen
Jon ClausenReporter
Raymond Camden
Raymond CamdenFix versions
Priority
Sentry
Sentry
Sentry
Created March 19, 2025 at 2:02 PM
Updated March 21, 2025 at 10:34 PM
Resolved March 20, 2025 at 6:08 PM
When I used directoryList('./source') to get files in a subdirectory named source, I noticed I got the right number of results (one each for each file), but the paths were broken. For example:
/home/ray/projects/boxlang/bx-demos/boxlang_quick_tips/images/./source/cat_in_a_box.jpg
Note the period between images (the current directory) and source.
Using ‘source’ or expandPath('./source') returns the correct results.