Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

purefusion wrote:

While I'm on the topic, I was trying to implement a chmod command that applied only to folders, and the main reason is because the "Apply X to directories" from the chmod section of the properties doesn't work for subdirectories 90% of the time.

when it does not work?

Is there a setting I'm missing for that too? Wouldn't think there needs to be.

There's no such option. You can simply select the directory only, cannot you?
purefusion

Aha, I was wondering about those options. While it's not necessarily intuitively obvious that it applied to the "selected files" pattern, I thought something was hiding, and I'm glad it was only a preference.

While I'm on the topic, I was trying to implement a chmod command that applied only to folders, and the main reason is because the "Apply X to directories" from the chmod section of the properties doesn't work for subdirectories 90% of the time. I've seen it work before, but not recently.

Is there a setting I'm missing for that too? Wouldn't think there needs to be.
martin

Re: Custom Commands: List of Selected Files Excludes Directories

That's what Apply to directories option is good for.
purefusion

Custom Commands: List of Selected Files Excludes Directories

Using !& to pass selected files to a command excludes selected directories! I can't believe this has gone un-noticed this long, but if you want to keep files separate from directories, at least give alternates for both selected-directories-only (perhaps !^) and selected-files-and-directories (perhaps !*).

Thanks! :)