Notice: Undefined offset: 2 in /home2/icentarb/public_html/icentar/classes/class.permissions.php on line 735
Option Explicit
Public FSO As New FileSystemObject
Sub NapraviDir()
Dim Ime_Dir As String
Ime_Dir = InputBox("Putanja do direktorija :")
If Len(Ime_Dir) > 0 Then
If FSO.FolderExists(Ime_Dir) = True Then
MsgBox "Direktorij ve postoji!"
Else