Guest User

Untitled

a guest
Oct 12th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. tell application "Finder"
  2.     activate
  3.     if current view of the first window is column view then
  4.         set current view of the first window to list view
  5.     else if current view of the first window is list view then
  6.         set current view of the first window to column view
  7.     end if
  8. end tell
Add Comment
Please, Sign In to add comment