そのため、私の肩書きは少しわかりにくいですが、基本的には、顧客ファイルを再編成するためのスクリプト (私は大したスクリプト作成者ではありません) を作成する仕事を任されています。
現在、顧客ディレクトリにはいくつかのサブディレクトリがあり、各サブディレクトリには顧客名が含まれています。顧客名ディレクトリ内には、一連のランダム ファイルと追加のサブディレクトリがあります。
Customer ディレクトリの内容を、同じディレクトリ内の「needs Organisation」という名前のフォルダに移動する必要があります。
これが完了したら、customer ディレクトリに加えて、次のファイル構造を作成する必要があります。
-Estimates
-Projects
-Contracts
以下は、ファイルツリーが現在どのように見えるかです
Customers
-Customer A
-“random file 1”
-“random directory with files”
-Customer B
-“random file 1”
-“random directory with files”
以下は、完了するとファイルツリーがどのように見えるかです
Customers
-Customer A
-Needs Organized
-“random file 1”
-“random directory with files”
-Estimates
-Projects
-Contracts
-Customer B
-Needs Organized
-“random file 1”
-“random directory with files”
-Estimates
-Projects
-Contracts