How I can extract file baseName from full file URL?
FileDialog
{
id: fileDialog
title: "Oooopen"
onAccepted:
{
console.log(fileUrl)
}
}
fileUrl
do not have properties like baseName
I tried to googling, but without success