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