import arcpy
import os
import sys

#################################
#
scriptPath = sys.path[0]
arcpy.AddMessage("Script folder: " + scriptPath)

##########################################
#
toolSharePath = os.path.dirname(scriptPath)
arcpy.AddMessage("ToolShare folder: " + toolSharePath)

  

相关文章:

  • 2021-11-23
  • 2022-12-23
  • 2021-12-20
  • 2022-02-11
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
  • 2021-05-26
猜你喜欢
  • 2022-02-04
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案