Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability for "file_name_no_ext" #1905

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SpencerDevv
Copy link

I needed the ability to do {dir_name}.{file_name_no_ext}, and I saw that you didn't support it, so I decided to implement it.

I decided to do fileName.split('.').slice(0, -1).join('.'), because I also needed the ability to see the first ending.

Example:
FileName.lua -> Filename.
FileName.server.lua -> Filename.server.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant