EnsureDirExists() first determines the directory being requested by expanding the "head"of the current filepath: expand("%:h").
EnsureDirExists()首先通过展开当前路径的 “头” 来确定正被请求的目录:expand("%:h")。
C:\destination\${FileName{token=1}{separator=.}}.${FilePath{token=-2}{separator=/}} is read by the resource monitor and substituted at task execution time.
destination\${FileName{token=1}{separator=.} }.${FilePath{token=-2}{separator=/}}在任务执行时被资源监控器读取并替代。
FilePath} will be read by the resource monitor and substituted at task execution time by the value it currently has for the full path, including the filename of the trigger file.
${FilePath}将在任务执行时被它当前拥有的完整路径值(包括触发器文件名)所替代并被资源监控器读取。
FilePath} will be read by the resource monitor and substituted at task execution time by the value it currently has for the full path, including the filename of the trigger file.
${FilePath}将在任务执行时被它当前拥有的完整路径值(包括触发器文件名)所替代并被资源监控器读取。
应用推荐