GetFullPath MethodSave PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 The GetFullPath() method builds a path from the components of a directory path, a file name, and a file extension.Syntax Visual BasicC# 'Declaration Public Shared Function GetFullPath( _ ByVal dirPath As String, _ ByVal fileName As String, _ ByVal fileExt As String _ ) As String public static string GetFullPath( string dirPath, string fileName, string fileExt ) ParametersdirPath Required. Holds the full path to the directory.fileName Required. Holds the name of the file.fileExt Required. Holds the name of the file extension. Return ValueReturns a string that contains the full path to the directory.See AlsoReferenceFileHelper ClassFileHelper Members In This Topic
The GetFullPath() method builds a path from the components of a directory path, a file name, and a file extension.Syntax Visual BasicC# 'Declaration Public Shared Function GetFullPath( _ ByVal dirPath As String, _ ByVal fileName As String, _ ByVal fileExt As String _ ) As String public static string GetFullPath( string dirPath, string fileName, string fileExt ) ParametersdirPath Required. Holds the full path to the directory.fileName Required. Holds the name of the file.fileExt Required. Holds the name of the file extension. Return ValueReturns a string that contains the full path to the directory.See AlsoReferenceFileHelper ClassFileHelper Members
The GetFullPath() method builds a path from the components of a directory path, a file name, and a file extension.Syntax Visual BasicC# 'Declaration Public Shared Function GetFullPath( _ ByVal dirPath As String, _ ByVal fileName As String, _ ByVal fileExt As String _ ) As String public static string GetFullPath( string dirPath, string fileName, string fileExt ) ParametersdirPath Required. Holds the full path to the directory.fileName Required. Holds the name of the file.fileExt Required. Holds the name of the file extension. Return ValueReturns a string that contains the full path to the directory.See AlsoReferenceFileHelper ClassFileHelper Members
The GetFullPath() method builds a path from the components of a directory path, a file name, and a file extension.Syntax Visual BasicC# 'Declaration Public Shared Function GetFullPath( _ ByVal dirPath As String, _ ByVal fileName As String, _ ByVal fileExt As String _ ) As String public static string GetFullPath( string dirPath, string fileName, string fileExt ) ParametersdirPath Required. Holds the full path to the directory.fileName Required. Holds the name of the file.fileExt Required. Holds the name of the file extension. Return ValueReturns a string that contains the full path to the directory.See AlsoReferenceFileHelper ClassFileHelper Members