Fs.remove_extensionΒΆ
remove_extension :: fn (filename: string) string #inline
Remove file extension (token after first .) from the filename and return the rest. Function does not create copy of original filepath.
Declared in: fs.bl
remove_extension :: fn (filename: string) string #inline
Remove file extension (token after first .) from the filename and return the rest. Function does not create copy of original filepath.
Declared in: fs.bl