trevordevore / levure

Application development framework for LiveCode
MIT License
32 stars 14 forks source link

file_system helper - confirming files_and_urls ? #158

Closed rodneytamblyn closed 3 years ago

rodneytamblyn commented 3 years ago

Hi Trevor,

Re: https://github.com/trevordevore/levure/wiki/helper-file_system

helpers:
  - folder: ./helpers
  - filename: "[[FRAMEWORK]]/helpers/files_and_urls"

Just confirming that the helper stack name is "file_system" but for inclusion in app.yaml I should use "helpers/files_and_urls".

Just curious why this name is different than the helper stack name?

~ Rodney

trevordevore commented 3 years ago

@rodneytamblyn That example is wrong. It should be "[[FRAMEWORK]]/helpers/files_system". I've updated the wiki page.