Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get all QMitem in the folder where the current macro
#2
The following qm code can generate the following file hierarchy after execution.
[Folder]
.A
.B
.[Folder]
..C
..D
Macro18
Macro17


How to generate a file hierarchy like this? It seems that this file structure could solve my problem(I can search for \qmitemName to find the folder where it is located).
[Folder]
[Folder]\A
[Folder]\B
[Folder]\[Folder]
[Folder]\[Folder]\C
[Folder]\[Folder]\D
Macro18
Macro17


Link: https://www.libreautomate.com/forum/show...6#pid17056
Macro GetQmItemNames_T
Code:
Copy      Help
out
str s
GetQmItemNames "" s
out s

The following post is similar to the problem I encountered.

https://www.libreautomate.com/forum/show...p?tid=4612


Messages In This Thread
RE: Get all QMitem in the folder where the current macro - by Davider - 06-29-2025, 10:50 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)