If the android version matters, it’s 12.

  • Yoddel_Hickory@lemmy.ca
    link
    fedilink
    English
    arrow-up
    12
    ·
    7 months ago

    Termux, then you can navigate to the folder with cd and list the content of the folder with ls. You can save the output to a file ls > folder.txt .

  • stifle867@programming.dev
    link
    fedilink
    English
    arrow-up
    5
    ·
    7 months ago

    You could download a terminal app (termux from f-droid) and run ls > file.txt. You would first want to cd (change directory) to the location you’re interested in. This will generate a file.txt with the output of ls (list files command).

  • Quintus@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    7 months ago

    You can use Termux to generate a list of files in a directory and copy that.

    Screenshot_20231211-213722_Termux

    • Damaskox@kbin.socialOP
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      I believe it’s an app that needs understanding of coding or building functioning stuff via visual code blocks that…well…require understanding of coding?