append_time: Append timestamp to a filepath

Description Usage Arguments Value Examples

Description

format: filename__year-month-day_hour-minutes-seconds_timezone.extension

Usage

1
append_time(path, ext)

Arguments

path

(string) file path (existence is not checked)

ext

(string) Optional extension for the file

Value

(string) A file path with time stamp appended in the format described in the description

Examples

1
2
append_time("hello/a.b")
append_time("hello/a.b", "R")

talegari/sidekicks documentation built on May 30, 2019, 8:40 a.m.