|
FilePathAddPathSuffix Method
|
Namespace: GSF.IOAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
SyntaxPublic Shared Function AddPathSuffix (
filePath As String
) As String
GSF.IO.FilePath.AddPathSuffix = function(filePath);
View SourceParameters
- filePath String
- The file path to be suffixed.
Return Value
StringSuffixed path.
See Also