select file
is it possible to open a directory and mark a certain file, so one doesn't have to go through a (supposedly big) directory to find the file? most browsers can do this for downloads.
8 posts
i don't need to open a file, i just want to find it for a user. it's not important though, thought there's a simple way to do this as it's already possible in nsDialogs. maybe i can figure out a different approach.Originally Posted by Animaether View PostIf you specify the filename in the nsDialogs::SelectFileDialog call, it'll pre-select that file in the prompt area.. but the 'explorer view' won't have it selected / scrolled into view.
yes, of course. but tell them 😉Originally Posted by Animaether View Postoff-topic.. you can highlight the explorer view part, start typing the name of a file of interest, and it'll scroll right to that file - no need to scroll through manually 🙂
that's because i'm abusing NSIS to create stuff that doesn't install things 🙂Originally Posted by Animaether View PostYeah, I'm curious why you're trying to 'find a file for a user' if you already know what it's called and you're not actually using it to open the file or anything