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
Tip #19 looks, great, would love to try it out, except...it has this line:
//get the contents of the folder's full path (excluding any meta files) sorted alphabetically IEnumerable<string> fullpaths = Directory.GetFiles(FullPathForRelativePath(path)).Where(x => !x.EndsWith(".meta")).OrderBy(s => s);
FullPathForRelativePath() is not defined anywhere.
The text was updated successfully, but these errors were encountered:
Tip #19 looks, great, would love to try it out, except...it has this line:
//get the contents of the folder's full path (excluding any meta files) sorted alphabetically IEnumerable<string> fullpaths = Directory.GetFiles(FullPathForRelativePath(path)).Where(x => !x.EndsWith(".meta")).OrderBy(s => s);
FullPathForRelativePath() is not defined anywhere.
The text was updated successfully, but these errors were encountered: