Results 1 to 3 of 3

Thread: Extracting file names from a folder

  1. #1
    Senior Member
    Bibliophile's Avatar
    Join Date
    May 2009
    Location
    Sydney
    Age
    75
    Posts
    1,204
    Thanks
    674
    Thanked 1,166 Times in 389 Posts
    Rep Power
    573
    Reputation
    17596

    Default Extracting file names from a folder

    I have a folder containing X number of files.
    How can I extract the file names into a text file?
    For most of my life, I lived a delusion



Look Here ->
  • #2
    Senior Member
    fandtm666's Avatar
    Join Date
    Jan 2008
    Posts
    5,502
    Thanks
    244
    Thanked 990 Times in 465 Posts
    Rep Power
    1190
    Reputation
    40447

    Default

    i use flash fxp i open it navigate to the folder and open it then i select

    view raw directory - edit - select all - copy
    dont say linux if i wanted it id install it

  • The Following 2 Users Say Thank You to fandtm666 For This Useful Post:

    Bibliophile (25-02-16),enf (29-02-16)

  • #3
    Senior Member

    Join Date
    Dec 2011
    Location
    Tasmania
    Posts
    871
    Thanks
    1,490
    Thanked 960 Times in 418 Posts
    Rep Power
    547
    Reputation
    18401

    Default

    On a Windows machine?

    Open up a command prompt, then type:

    Code:
    dir /b C:\MyDirectory > directory.txt
    Change "C:\MyDirectory" to the path to the directory you want. After you run it, there will be a text file called directory.txt containing the file listing.

  • The Following 5 Users Say Thank You to shred For This Useful Post:

    Bibliophile (25-02-16),enf (29-02-16),porkop (25-02-16),Tiny (25-02-16),Xplorer (24-02-16)

  • Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •