不具合
不具合 ID 番号 | BUG-000149692 |
---|---|
送信されました | June 2, 2022 |
最終更新日 | June 5, 2024 |
適用対象 | ArcGIS Online |
見つかったバージョン | 10.1 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | 10.0 64 Bit |
修正されたバージョン | 2023.R01 |
ステータス | Fixed |
Use the following Python script to delete the folder:
from arcgis.gis import GIS
import os
import shutil
gis = GIS("home")
shutil.rmtree(r"/arcgis/home/Folder_Name")
Note: For 'Folder_Name', paste the name of the ArcGIS Notebook folder that must be removed.
不具合 ID: BUG-000149692
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード