我正在尝试返回文件/目录的目录及其目录。
例如,我有"this/iss/the/root/assets/images/icons/parent"
哪个是"this/iss/the/root/assets/images/icons/parent/child
.
这将是根路径this/iss/the/root
,我想获取根路径之后的所有内容:assets/images/icons/examples'
即给定根,我如何提取根之后但子之前的所有目录?
我努力了:
parent.lastIndexOf(root)
但它给了我整个父路径。
抱歉,这很啰嗦。我已经花了很长时间盯着我的代码不停地盯着我的代码,现在已经快午夜了!