Click or drag to resize

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: 27.1.0
Sintassi
C#
public static string GetUnivocFileName(
	string fullPath,
	string separator = "_"
)

Parametri

fullPath  String
The full path.
separator  String  (Optional)
The separator.

Valore di ritorno

String

[Manca la documentazione <returns> per "M:InvNetLib.FutureLibrary.QsInventorUtils.GetUnivocFileName(System.String,System.String)"]

Vedi anche