-
Notifications
You must be signed in to change notification settings - Fork 15
Mahmoud Ben Hassine edited this page Oct 13, 2015
·
4 revisions
Create a UStream with file names of a given directory.
// Create a UStream with file names of the current directory
UStream<String> filesInCurrentDirectory = UStream.ls();
// Create a UStream with file names of the "/home/benas" directory
UStream<String> filesInHomeDirectory = UStream.ls("/home/benas");
UnixStream is created with passion by Mahmoud Ben Hassine