ForcePath Function | |
Returns a file name with a new path name substituted for the old one.
Namespace:
XSharp.VFP
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax FUNCTION ForcePath(
cFileName AS STRING,
cPath AS STRING
) AS STRING
public static string ForcePath(
string cFileName,
string cPath
)
Request Example
View SourceParameters
- cFileName
- Type: String
Specifies the file name (with or without a path or extension), which will get a new path.
- cPath
- Type: String
Specifies the new path for cFileName.
Return Value
Type:
String
Character
See Also