Skip to content

fix(browser): show directories with dots in Browser listings#2025

Closed
blakelinkd wants to merge 2 commits intoarmory3d:mainfrom
blakelinkd:fix/disk-browser-dotted-directories-2024
Closed

fix(browser): show directories with dots in Browser listings#2025
blakelinkd wants to merge 2 commits intoarmory3d:mainfrom
blakelinkd:fix/disk-browser-dotted-directories-2024

Conversation

@blakelinkd
Copy link
Copy Markdown

@blakelinkd blakelinkd commented Feb 14, 2026

Summary

Fixes Browser directory classification so folders with dots in their names are not hidden.

This affects Disk paths and can also affect Cloud paths with dotted folder names.

What changed

  • Added iron_is_directory(path) in base runtime for explicit directory checks.
  • Updated base directory sorting (file_read_directory) to keep dotted directory names in folder ordering.
  • Updated paint browser listing to classify entries with explicit directory checks instead of filename dot heuristics.

Repro

  1. Open ArmorPaint.
  2. Go to Browser -> Disk.
  3. Navigate to a folder with dotted directory names (e.g. /home/blake/Downloads).
  4. Verify folders such as Textures from cc0textures.com - Part 2 are visible.

Result

Dotted directories are now shown correctly in Browser listings.

Fixes #2024

Use explicit directory checks instead of dot heuristics for browser listing and sorting.

Refs armory3d#2024
@blakelinkd blakelinkd marked this pull request as ready for review February 14, 2026 17:11
@luboslenco
Copy link
Copy Markdown
Member

It looks like this one is mixed with #2023. I pushed a commit at d028010 with help from this PR to address the directory handling. Many thanks!

@luboslenco luboslenco closed this Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disk Browser hides folders with dots in name (e.g. cc0textures.com)

2 participants