Skip to content
Snippets Groups Projects
Commit fe594380 authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Improve GetDirectorySize docstring

parent 469bbc80
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ namespace ATxCommon ...@@ -56,7 +56,7 @@ namespace ATxCommon
} }
/// <summary> /// <summary>
/// Recursively sum up size of all files under a given path. /// Recursively sum up size (in bytes) of all files under a given path.
/// </summary> /// </summary>
/// <param name="path">Full path of the directory.</param> /// <param name="path">Full path of the directory.</param>
/// <returns>The total size in bytes.</returns> /// <returns>The total size in bytes.</returns>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment