PdfFileSpecificationBase
FormatFileName Method
|
Formats file name to Unix format.
Namespace:
Spire.Pdf.General
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
protected string FormatFileName(
string fileName,
bool flag
)
Protected Function FormatFileName (
fileName As String,
flag As Boolean
) As String
protected:
String^ FormatFileName(
String^ fileName,
bool flag
)
member FormatFileName :
fileName : string *
flag : bool -> string
Parameters
-
fileName
-
Type:
System
String
File name to format.
-
flag
-
Type:
System
Boolean
bool value which represents the file path type.
Return Value
Type:
String
Formatted file name.
See Also