I simply want a list of the folder names (without subfolders) in a directory, but can't seem to find the right command for this. Can anyone help me out :)?
Thanks in advance
I simply want a list of the folder names (without subfolders) in a directory, but can't seem to find the right command for this. Can anyone help me out :)?
Thanks in advance
SetDirectory@NotebookDirectory[]
Select[
FileNames[],
DirectoryQ]