This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Viewport Test</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<script src="/workaround.js"></script> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global yr | |
set yr to "2012" | |
global basePath | |
set basePath to "Storage:Pictures:ApertureExport:" & yr & ":" | |
tell application "System Events" | |
set exportFolder to basePath |
OlderNewer