by almaceleste
Version 1 (March 22, 2022)
Download (28 downloads)
â ī¸ Requires .lib-config library https://llamalab.com/automate/community/flows/41815
â ī¸ Recommended: disable flow logging.
âšī¸ Android does not support paths with illegal characters: \ | < > * " : ?. You can create a folder with these characters but you cannot use it as a path to save the file.
The đŗđĻđąđđĸđ¤đĻđŽđĻđ¯đĩ example demonstrates how đ¨đĻđĩ-đąđĸđĩđŠ method replaces these characters in the generated path.
The đ§đĸđĒđđļđŗđĻ example uses "$1" as đŗđĻđąđđĸđ¤đĻ-đ¸đĒđĩđŠ option that replaces illegal character with itself and causes failure. But you can use this to trick the method into creating an invalid path if you need it for some reason.