
13/08/2008, 10:52
|
 | | | Fecha de Ingreso: julio-2008
Mensajes: 355
Antigüedad: 16 años, 10 meses Puntos: 2 | |
Visual Basic: Archivos ocultos. Una simple pregunta: Como hago para que cuando creo un archivo se guarde como archivo oculto? Ya sea con esta instruccion:
WritePrivateProfileSection("Search", textbox1.txt, "c:/temp.txt") o con:
FileOpen(1, "c:/temp.txt", OpenMode.Output)
Print(1, textbox1.txt)
FileClose(1)
Gracias! |