| Metodo QsInventorUtilsGetUnivocFileName |
Dato il fullpath di un file ritorna il nome path completo con il nome trasformato in modo
che possa risultare univoco all'interno del direttorio in cui è posizionato.
Namespace:
InvNetLib.FutureLibrary
Assembly:
InvNetLib (in InvNetLib.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public static string GetUnivocFileName(
string fullPath,
string separator = "_"
)
Parametri
- fullPath
- Tipo: SystemString
The full path. - separator (Optional)
- Tipo: SystemString
The separator.
Valore di ritorno
Tipo:
String[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsInventorUtils.GetUnivocFileName(System.String,System.String)"]
Vedi anche