更改 Windows 中文件保存位置的默认行为
有点像管理员问题 - 我知道。 事情是这样的。
操作系统有一个深刻而奇怪的假设,即用户希望将所有图片放在一个文件夹中,将所有文档文件放在另一个文件夹中 - 等等。根据文件类型保存文件 - 而不是打开文件的文件夹。
像许多商业/开发用户一样,我将驱动器根据“项目”分为多个文件夹。 所有“SmithProject”图像均位于 SmithProject 中,所有 JonesProject 图像均位于 JoneProject 中。
当操作系统想要根据文件类型将所有文件保存到文件夹中时,为什么我要花这么多时间与操作系统进行斗争? (否 - Windows - 我不想将其放在图片文件夹中)
是否没有一些简单的方法/设置来定义其工作原理?
我想,我每周会浪费 1-2 个小时 - 只是因为我必须再次导航回同一个文件夹&再次&再次。
有插件吗?
任何事物?
谢谢
Kind of a Admin question - I know.
Here's the thing.
The OS has this deep, strange assumsion that a user wants all there pictures in one folder, all there doc files in another folder - etc. Saveing files based on file type - not the folder in which it was opened.
I, like many business/dev users have my drive devided into folders based on 'projects'.
All 'SmithProject' images goes in SmithProject, All JonesProject Images goes in JoneProject.
Why do I spend so much time fighting the OS when it wants to save all files into a folder based on file type? (No - windows - I don't want it in the pictures folder)
Is there not some simple way / setting to define how this works?
I figure, I loose 1-2 hours a week - just because i have to nav back to the same folder, again & again & again.
Any Pluggin?
Anything?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果不更改特殊文件夹位置(我的文档等),则可能很难实现。通常在应用程序中,当您调用 OpenFileDialog 时,您可以指定从哪里开始(例如:始终为 c:\、最后打开的文件夹、特殊文件夹),并且宇宙中没有能力更改此设置。
Without changing special folders locations (My Documents, etc) it could be hard to achieve. Normally in app, when You call OpenFileDialog You can specify where to start (f.ex: always c:\, last opened folder, special folder) and there is no power in the universe to change this.