Titolo: Percorso della cartella Documenti
Categoria: Codice |
|
Ultimo Aggiornamento: 26/11/12 |
Nella v13:
$0:=
System Folder(
Documents folder)
Nella v12:
// Codice di Maurizio Zanni
C_TEXT($_vt_Path)
C_LONGINT($_vl_Type)
$_vl_Type:=
Desktop//Ritorna il Path del Desktop
$_vt_Path:=
System Folder($_vl_Type)
//Elimina il Separatore alla fine del Path
$i:=Length($_vt_Path)
$_vt_Path:=Substring($_vt_Path;1;$i-1)
//Ritorna il Path alla cartella Padre del Desktop
$i:=Length($_vt_Path)
While ($_vt_Path≤$i≥#
Folder Separator) & ($i>0)
$i:=$i-1
End while $_vt_Path:=Substring($_vt_Path;1;$i-0)
//Aggiunge la Cartella Documents con il Separatore finale (Mac o Win)
$_vt_Path:=$_vt_Path+"Documents"+
Folder Separator$0:=$_vt_Path
Inviato da: Umberto Migliore |
|
Visite: 14312 |
Se accedi con utente e password, puoi aggiungere dei commenti.