6 lines
119 B
ObjectPascal
6 lines
119 B
ObjectPascal
|
|
uses System.IO, System.Runtime.Serialization;
|
||
|
|
|
||
|
|
begin
|
||
|
|
var sc : StreamingContext;
|
||
|
|
var di := new DriveInfo(nil,sc);
|
||
|
|
end.
|