how to create a new file as a copy of an existing file in Notepad++
-
in my codeigniter have may same controller
for example
site
->Controller =>folder
->->news.php
->->article.phpi want to create “article.php” as a copy of an existing news.php in Notepad++ in folder Controller
plz, show me
-
Does this do what you want?
File>Open=news.phpFile>Save a Copy As=article.php