Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
有没有办法强制MacOSX将文件夹排序到文件之上(Windows风格)?_Macos_Macos Sierra_Macos High Sierra - Fatal编程技术网

有没有办法强制MacOSX将文件夹排序到文件之上(Windows风格)?

有没有办法强制MacOSX将文件夹排序到文件之上(Windows风格)?,macos,macos-sierra,macos-high-sierra,Macos,Macos Sierra,Macos High Sierra,有没有办法强制MacOSX将文件夹排序到文件之上(Windows风格)?默认设置总是杂乱无章且烦人。cd/System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/(或您运行的任何语言) 使用nano定位文件夹并在其中放置空白区域以获取文件夹。单击Finder preferences->Advanced->选中“按名称排序时将文件夹放在顶部” sudo plutil -convert xml1 InfoPl

有没有办法强制MacOSX将文件夹排序到文件之上(Windows风格)?默认设置总是杂乱无章且烦人。

cd/System/Library/CoreServices/Finder.app/Contents/Resources/English.lproj/(或您运行的任何语言)


使用nano定位文件夹并在其中放置空白区域以获取文件夹。

单击Finder preferences->Advanced->选中“按名称排序时将文件夹放在顶部”

sudo plutil -convert xml1 InfoPlist.strings
sudo nano InfoPlist.strings (edit folder here)
sudo plutil -convert binary1 InfoPlist.strings