メインコンテンツまでスキップ
バージョン:25.2

filesAndFolders

  • function

  • may also be written as “files and folders”

  • Returns a list of all of the files and folders in a given folder, or in the current working folder. The values returned in the list are fileDescription objects.

  • Examples: +

     put the filesAndFolders —> displays a list of all of the files and folders in the current working folder
     put files(the home folder) into homeFiles
     put the files and folders of the documents folder into docs
  • Related: folders, files, fileDescription, folder