python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Creating a Report from a cdv file using Applescripts
I looking for an Apple Script that would read a file (from a finder window) Output filename would be the same as the selected file, but the extension would be txt or pdf. The file placed on my Desktop...
Steve Fama
Votes: 0
Answers: 0
Can I programmatically control / script Visual Studio Code?
I use AppleScript in my Mac for automating various processes in my computer. I know that Visual Studio Code does not have an AppleScript dictionary.
Is there any way to programmatically control Visual...
organognosi
Votes: 0
Answers: 1
Move every file of every folder to another folder
I am looking to write an AppleScript to move every file in every folder to another folder.
Currently, this is what I have:
tell application "Finder"
move (get every file of every folder ...
Vivaan Gupta
Votes: 0
Answers: 1
"Expected end of line but found unknown token." while running AppleScript in swift
I am trying to run applescript code in swift to get information from other applications.
Here is a sample code:
var applescript = "tell application "Xcode" \n set fileName to name of wi...

Han
Votes: 0
Answers: 1