Sublime Forum

File - Save all

#1

This file exist in
~/environment/sample_app/app/assets/stylecsheets/custom.scss
but sublime text seams to think that it is in
~/environment/sample_app/app/views/shared/app/assets/stylecsheets/custom.scss
which is not

This is the error message
Únable to save ~/environment/sample_app/app/views/shared/app/assets/stylecsheets/custom.scss
Error: THe File or directory doesn’t existe

How can I fix this?

0 Likes

#2

This usually happens when a directory is moved/renamed. You can use File > Save As….

0 Likes

#3

Thanks but it didn’t worked
Somewhere, I don’t know where, Sublime Text keeps the path to this file. I would like to edit that path but I don’t know how
Thanks anyway

0 Likes

#4

Saving the file to a new location (and/or overriding an existing file) will change the path.

0 Likes