You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ObjectivePaths is a wrapper for .NET filesystem operations. ObjectivePaths attem
11
11
var fileTwoLevelsDown = directory.GetDirectory("A").GetDirectry("B").GetFile("C.txt");
12
12
13
13
// LINQ Querying:
14
-
var bigFilesInDirectoryB = directory.GetFiles().Where(x=> x.Length > 10737418240)
14
+
var bigFilesInDirectoryB = directory.GetFiles().Where(x=> x.Length > 10737418240);
15
15
16
16
17
17
Contributors: please review LICENSE.txt before using the library or submitting a contribution. All Subissions must be released under the MIT License (https://opensource.org/license/mit/) in order to be compatible with the project's dual-license model.
0 commit comments