SQL Eval Function Path

Performs operations on string instances that contain file or directory path information. These operations are performed in a cross-platform manner.

Name Description Example
Path_ChangeExtension(path, extension) Changes the extension of a path string. Try it
Path_Combine(path1, path2) Combines two strings into a path. Try it
Path_GetDirectoryName(path) Returns the directory information for the specified path string. Try it
Path_GetExtension(path) Returns the extension of the specified path string. Try it
Path_GetFileName(path) Returns the file name and extension of the specified path string. Try it
Path_GetFileNameWithoutExtension(path) Returns the file name and extension of the specified path string without the extension. Try it
Path_GetFullPath(path) Returns the absolute path for the specified path string. Try it
Path_GetPathRoot(path) Returns the root directory information of the specified path. Try it
Path_GetRandomFileName() Returns a random folder name or file name. Try it
Path_GetTempFileName() Creates a uniquely named, zero-byte temporary file on disk and returns the full path of that file. Try it
Path_GetTempPath() Returns the path of the current user's temporary folder. Try it
Path_GetFileName(path) Returns the file name and extension of the specified path string. Try it
Path_HasExtension(path) Determines whether a path includes a file name extension. Try it
Path_IsPathRooted(path) Gets a value indicating whether the specified path string contains a root. Try it



Prime Library