Retrieves a IMAGE from a specified directory by index and returns both the IMAGE and its filepath as a STRING. 🎲 Random Image Path Picks a random IMAGE file from a directory and provides you with the ...
You can create a Visual Studio Code extension that opens a random file by using the vscode.workspace.findFiles() method to get a list of all files in the workspace, then using the Math.random() method ...