To the point: In a python script with YAML syntax I want to rename a file using:
{created.year}-{created.month:02}-{created.day:02}_{path.stem}.jpg
Would it be possible to remove the first n characters of path_stem
? If so, how?
Thank you!
To the point: In a python script with YAML syntax I want to rename a file using:
{created.year}-{created.month:02}-{created.day:02}_{path.stem}.jpg
Would it be possible to remove the first n characters of path_stem
? If so, how?
Thank you!