const fs = require('uxp').storage.localFileSystem;
try {
const file = await fs.getEntryWithUrl(imagesLocalFile);
console.log(file.isFile);
} catch (error) {
console.log("error: " + error.message);
}
This is my imagesLocalFile = “file://C:\imagesforuxp\73208511_o_1_1.psd”
But this its always return this error: “Could not find an entry of ‘file:///C:/imagesforuxp/73208511_o_1_1.psd’”