by Bill » Mon May 23, 2011 12:56 am
If you're trying to create a list of several folder names, you first need to create a text file which has a list of the folder names, then copy the list from the text file to Calc. The list can't be copied directly using Windows Explorer. The free file manager Free Commander has a command "Folder > Make folder list..." which will create such a text file. Alternatively, you can use the command line to create the text file. In Vista, click the start button and type "cmd.exe" in the Start Search box and press ENTER to open a cmd window. Use the "cd" command to navigate to the directory containing the folders, then use the command "dir /ad >list.txt" to create the text file named "list.txt".
Edit: I've found a workaround that will allow you to paste folder titles in Calc without having to create an intermediate text file. In Windows Explorer, select all of the folders whose names you want to copy, then hold down the SHIFT key, right-click the selected folders and select "Copy as path" on the context menu. You can then paste the copied paths in Calc and use Find and Replace to remove everything except the folder name from the paths.