dart / 2 / dart-io / directory / directory.fromrawpath.html

Directory.fromRawPath constructor

Directory.fromRawPath(
  1. Uint8List path
)

Implementation

@pragma("vm:entry-point")
factory Directory.fromRawPath(Uint8List path) {
  // TODO(bkonyi): Handle overrides.
  return new _Directory.fromRawPath(path);
}

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-io/Directory/Directory.fromRawPath.html