我有这样的情况:
Path = 'C:IntelExtremeGraphicsCUIResource'
我想将此字符串拆分为与字符串文件夹名称一起列出:
['C:', 'Intel', 'ExtremeGraphics', 'CUI, 'Resource']
我怎样才能在最短的时间内做到这一点?
文件夹 = Path.split('\'(
它将返回所需的文件夹列表