Windows CMD:从绝对路径获取相对路径

发布于 2024-10-14 13:28:11 字数 149 浏览 2 评论 0原文

如何从绝对路径获取相对路径,例如将“C:\absolute\path\file.ext”转换为“path”?

感谢您的考虑

编辑:我想递归扫描目录中的某种文件类型,然后为包含此文件类型的这些文件夹创建符号链接。符号链接的命名应类似于包含文件类型的目录。

How do i obtain the relative path from an absolute path, e.g. convert 'C:\absolute\path\file.ext' to 'path'?

Thanks for your consideration

edit: i'd like to recursivly scan a directory for a certain filetype and then create symlinks for these folders containing this filetype. the symlinks should be named like the directory containing the filetype.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鹿童谣 2024-10-21 13:28:11

这个功能有效
DosTips.com :MakeRelative

它比较两个路径并删除相同的前面。
然后它为每个不匹配的部分添加“..\”。

This function works
DosTips.com :MakeRelative

It compares both pathes and removes the identical front.
Then it adds "..\" for each non matching part.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文