Rename mode not invoked !?
Posted: 29 Oct 2011 10:57
Hello everybody,
It's my first post on this forum and I have a question about scripting.
I use XYExplorer 10.40 and I have added two buttons in the toolbar for created a new text file and a new folder with scripts.
Here the very simple scripts :
1st button :
new("Nouveau Fichier Texte.txt", "r");
2nd button :
new("Nouveau Dossier", "dir", "r");
With these scripts the text file or the folder are created but the rename mode is not invoked dispite the parameter "r" (I'm working in the current path only).
Why ?
It's my first post on this forum and I have a question about scripting.
I use XYExplorer 10.40 and I have added two buttons in the toolbar for created a new text file and a new folder with scripts.
Here the very simple scripts :
1st button :
new("Nouveau Fichier Texte.txt", "r");
2nd button :
new("Nouveau Dossier", "dir", "r");
With these scripts the text file or the folder are created but the rename mode is not invoked dispite the parameter "r" (I'm working in the current path only).
Why ?