diff --git a/api/FileMagic.MagicHandler.html b/api/FileMagic.MagicHandler.html
index 9e5ebda..2551e4d 100644
--- a/api/FileMagic.MagicHandler.html
+++ b/api/FileMagic.MagicHandler.html
@@ -102,7 +102,7 @@
Methods
Edit this page
- View Source
+ View Source
GetMagicCustomType(string, MagicFlags, MagicParameters, int)
@@ -169,7 +169,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicCustomType(string, string, MagicFlags, MagicParameters, int)
@@ -242,7 +242,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicInfo(string, MagicParameters, int)
@@ -303,7 +303,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicInfo(string, string, MagicParameters, int)
@@ -370,7 +370,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicMimeInfo(string, MagicParameters, int)
@@ -431,7 +431,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicMimeInfo(string, string, MagicParameters, int)
@@ -498,7 +498,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicMimeType(string, MagicParameters, int)
@@ -559,7 +559,7 @@ Returns
Edit this page
- View Source
+ View Source
GetMagicMimeType(string, string, MagicParameters, int)
@@ -621,6 +621,56 @@ Returns
+
+ |
+ Edit this page
+
+
+ View Source
+
+
+ GetMagicPaths(string)
+ Gets the file magic paths
+
+
+ Declaration
+
+
public static string[] GetMagicPaths(string magicPath = null)
+
+ Parameters
+
+
+
+ Type |
+ Name |
+ Description |
+
+
+
+
+ string |
+ magicPath |
+ Magic path. If null, the libmagic library tries to find the magic database files.
+ |
+
+
+
+ Returns
+
+
+
+ Type |
+ Description |
+
+
+
+
+ string[] |
+ A colon separated list of magic locations
+ |
+
+
+
@@ -633,7 +683,7 @@ Returns
Edit this page
- View Source
+ View Source
diff --git a/index.json b/index.json
index b416e62..cc770ee 100644
--- a/index.json
+++ b/index.json
@@ -7,7 +7,7 @@
"api/FileMagic.MagicHandler.html": {
"href": "api/FileMagic.MagicHandler.html",
"title": "Class MagicHandler | FileMagic API - Aptivi",
- "keywords": "Class MagicHandler Magic handling tools Inheritance object MagicHandler Namespace: FileMagic Assembly: FileMagic.dll Syntax public static class MagicHandler Methods | Edit this page View Source GetMagicCustomType(string, MagicFlags, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicCustomType(string filePath, MagicFlags flags, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicFlags flags Magic flags to customize the output and the behavior of the native library MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicCustomType(string, string, MagicFlags, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicCustomType(string filePath, string magicPath, MagicFlags flags, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicFlags flags Magic flags to customize the output and the behavior of the native library MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicInfo(string, MagicParameters, int) Gets the file magic information Declaration public static string GetMagicInfo(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicInfo(string, string, MagicParameters, int) Gets the file magic information Declaration public static string GetMagicInfo(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeInfo(string, MagicParameters, int) Gets the file magic Mime information Declaration public static string GetMagicMimeInfo(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeInfo(string, string, MagicParameters, int) Gets the file magic Mime information Declaration public static string GetMagicMimeInfo(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeType(string, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicMimeType(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeType(string, string, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicMimeType(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string"
+ "keywords": "Class MagicHandler Magic handling tools Inheritance object MagicHandler Namespace: FileMagic Assembly: FileMagic.dll Syntax public static class MagicHandler Methods | Edit this page View Source GetMagicCustomType(string, MagicFlags, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicCustomType(string filePath, MagicFlags flags, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicFlags flags Magic flags to customize the output and the behavior of the native library MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicCustomType(string, string, MagicFlags, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicCustomType(string filePath, string magicPath, MagicFlags flags, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicFlags flags Magic flags to customize the output and the behavior of the native library MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicInfo(string, MagicParameters, int) Gets the file magic information Declaration public static string GetMagicInfo(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicInfo(string, string, MagicParameters, int) Gets the file magic information Declaration public static string GetMagicInfo(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeInfo(string, MagicParameters, int) Gets the file magic Mime information Declaration public static string GetMagicMimeInfo(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeInfo(string, string, MagicParameters, int) Gets the file magic Mime information Declaration public static string GetMagicMimeInfo(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeType(string, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicMimeType(string filePath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicMimeType(string, string, MagicParameters, int) Gets the file magic Mime type information Declaration public static string GetMagicMimeType(string filePath, string magicPath, MagicParameters parameter = MagicParameters.None, int paramValue = 0) Parameters Type Name Description string filePath Target file path string magicPath Path to the file magic database MagicParameters parameter Parameter to use int paramValue Parameter value to set to Returns Type Description string | Edit this page View Source GetMagicPaths(string) Gets the file magic paths Declaration public static string[] GetMagicPaths(string magicPath = null) Parameters Type Name Description string magicPath Magic path. If null, the libmagic library tries to find the magic database files. Returns Type Description string[] A colon separated list of magic locations"
},
"api/FileMagic.html": {
"href": "api/FileMagic.html",
diff --git a/sitemap.xml b/sitemap.xml
index e3083e3..e4c8e86 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,25 +2,25 @@
https://aptivi.github.io/FileMagic/api/FileMagic.MagicException.html
- 2024-03-25T08:59:22+00:00
+ 2024-03-25T09:11:54+00:00
daily
0.5
https://aptivi.github.io/FileMagic/api/FileMagic.MagicHandler.html
- 2024-03-25T08:59:22+00:00
+ 2024-03-25T09:11:54+00:00
daily
0.5
https://aptivi.github.io/FileMagic/api/FileMagic.html
- 2024-03-25T08:59:22+00:00
+ 2024-03-25T09:11:54+00:00
daily
0.5
https://aptivi.github.io/FileMagic/index.html
- 2024-03-25T08:59:22+00:00
+ 2024-03-25T09:11:54+00:00
daily
0.5
diff --git a/xrefmap.yml b/xrefmap.yml
index 952e5d1..ddd60fa 100644
--- a/xrefmap.yml
+++ b/xrefmap.yml
@@ -156,3 +156,19 @@ references:
isSpec: "True"
fullName: FileMagic.MagicHandler.GetMagicMimeType
nameWithType: MagicHandler.GetMagicMimeType
+- uid: FileMagic.MagicHandler.GetMagicPaths(System.String)
+ name: GetMagicPaths(string)
+ href: api/FileMagic.MagicHandler.html#FileMagic_MagicHandler_GetMagicPaths_System_String_
+ commentId: M:FileMagic.MagicHandler.GetMagicPaths(System.String)
+ name.vb: GetMagicPaths(String)
+ fullName: FileMagic.MagicHandler.GetMagicPaths(string)
+ fullName.vb: FileMagic.MagicHandler.GetMagicPaths(String)
+ nameWithType: MagicHandler.GetMagicPaths(string)
+ nameWithType.vb: MagicHandler.GetMagicPaths(String)
+- uid: FileMagic.MagicHandler.GetMagicPaths*
+ name: GetMagicPaths
+ href: api/FileMagic.MagicHandler.html#FileMagic_MagicHandler_GetMagicPaths_
+ commentId: Overload:FileMagic.MagicHandler.GetMagicPaths
+ isSpec: "True"
+ fullName: FileMagic.MagicHandler.GetMagicPaths
+ nameWithType: MagicHandler.GetMagicPaths